13 references to VariableDeclarator
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\EventGenerator.cs (1)
124[VariableDeclarator(@event.Name.ToIdentifierToken())]))));
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
AutomaticCompletion\AutomaticLineEnderCommandHandler_Helpers.cs (2)
1008[VariableDeclarator(propertyDeclarationNode.Identifier)]), 1021[VariableDeclarator(eventDeclarationNode.Identifier)]));
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\EventGenerator.cs (1)
124[VariableDeclarator(@event.Name.ToIdentifierToken())]))));
Microsoft.Interop.JavaScript.JSImportGenerator (2)
JSExportGenerator.cs (1)
239VariableDeclarator(Identifier("initialized")))))
JSImportGenerator.cs (1)
125.WithVariables(SingletonSeparatedList(VariableDeclarator(Identifier(stub.BindingName)))))
Microsoft.Interop.SourceGeneration (6)
Marshalling\BlittableMarshaller.cs (1)
52VariableDeclarator(Identifier(nativeIdentifier))
Marshalling\CharMarshaller.cs (1)
60VariableDeclarator(Identifier(PinnedIdentifier(info.InstanceIdentifier)))
Marshalling\ElementsMarshalling.cs (2)
442VariableDeclarator( 533VariableDeclarator(
Marshalling\StaticPinnableManagedValueMarshaller.cs (1)
83VariableDeclarator(Identifier(nativeIdentifier))
Utils\SyntaxFactoryExtensions.cs (1)
125VariableDeclarator(
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\EventGenerator.cs (1)
124[VariableDeclarator(@event.Name.ToIdentifierToken())]))));