1 implementation of VariableDeclarator
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
167public int VariableDeclarator => (int)SyntaxKind.VariableDeclarator;
1 reference to VariableDeclarator
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
986=> node?.RawKind == syntaxFacts.SyntaxKinds.VariableDeclarator;