_generated\1\Syntax.xml.Internal.Generated.cs (4)
10728=> new VariableDeclarationSyntax(this.Kind, this.type, this.variables, diagnostics, GetAnnotations());
10731=> new VariableDeclarationSyntax(this.Kind, this.type, this.variables, GetDiagnostics(), annotations);
31159var result = new VariableDeclarationSyntax(SyntaxKind.VariableDeclaration, type, variables.Node, this.context);
36581var result = new VariableDeclarationSyntax(SyntaxKind.VariableDeclaration, type, variables.Node);