mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-21 20:18:49 +00:00
style: perform sln-wide cleanup
This commit is contained in:
parent
bdef9b1442
commit
b74bf60fe8
@ -1,6 +1,5 @@
|
||||
using System.Buffers.Binary;
|
||||
using System.Diagnostics.Contracts;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace X10D.IO;
|
||||
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user