misc: chore: Use collection expressions in Generator projects

This commit is contained in:
Evan Husted
2025-01-26 15:45:43 -06:00
parent 45125c16cf
commit 2853f5b426
8 changed files with 27 additions and 27 deletions

View File

@@ -11,7 +11,7 @@ namespace Ryujinx.Horizon.Kernel.Generators
public SyscallSyntaxReceiver()
{
SvcImplementations = new List<MethodDeclarationSyntax>();
SvcImplementations = [];
}
public void OnVisitSyntaxNode(SyntaxNode syntaxNode)