1 implementation of GetTypeOfVariableDeclarator
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1330
public SyntaxNode
GetTypeOfVariableDeclarator
(SyntaxNode node)
1 reference to GetTypeOfVariableDeclarator
Microsoft.CodeAnalysis.Features (1)
ConvertForToForEach\AbstractConvertForToForEachCodeRefactoringProvider.cs (1)
406
var type = (TTypeNode?)syntaxFacts.
GetTypeOfVariableDeclarator
(firstVariable)?.WithoutLeadingTrivia();