1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-21 20:38:48 +00:00

style: perform sln-wide cleanup

This commit is contained in:
Oliver Booth 2024-11-14 17:35:46 +00:00
parent bdef9b1442
commit b74bf60fe8
Signed by: oliverbooth
GPG Key ID: 2A862C3F46178E8E
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
using System.Buffers.Binary;
using System.Diagnostics.Contracts;
using System.Runtime.InteropServices;
namespace X10D.IO;

View File

@ -6,7 +6,7 @@ namespace SourceGenerator;
public class OverloadSyntaxReceiver : ISyntaxReceiver
{
private readonly List<MethodDeclarationSyntax> _candidateMethods = new();
private readonly List<MethodDeclarationSyntax> _candidateMethods = [];
public IReadOnlyList<MethodDeclarationSyntax> CandidateMethods
{