8 references to VariableDeclarator
Microsoft.Analyzers.Extra.Tests (2)
SyntaxNodeExtensionsTests.cs (2)
21var node = SyntaxFactory.VariableDeclarator("v"); 99var node = SyntaxFactory.VariableDeclarator("v");
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
548[SyntaxFactory.VariableDeclarator(name)]));
Microsoft.Interop.SourceGeneration (5)
Marshalling\CharMarshaller.cs (1)
72VariableDeclarator(nativeIdentifier)
Marshalling\StatefulMarshallingStrategy.cs (1)
159VariableDeclarator(unusedIdentifier)
Marshalling\StatelessMarshallingStrategy.cs (2)
177VariableDeclarator(bufferIdentifier) 426VariableDeclarator(numElementsIdentifier))));
Utils\SyntaxFactoryExtensions.cs (1)
30VariableDeclaratorSyntax decl = VariableDeclarator(identifier);