6 references to GetFirstToken
Microsoft.CodeAnalysis (5)
Syntax\SyntaxNavigator.cs (5)
64
return
GetFirstToken
(current, GetPredicateFunction(includeZeroWidth), GetStepIntoFunction(includeSkipped, includeDirectives, includeDocumentationComments));
195
var token =
GetFirstToken
(structure, predicate, stepInto);
388
var token =
GetFirstToken
(structure!, predicate, stepInto);
455
var token =
GetFirstToken
(child.AsNode()!, predicate, stepInto);
563
var token =
GetFirstToken
(child.AsNode()!, predicate, stepInto);
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxNode.cs (1)
334
return SyntaxNavigator.Instance.
GetFirstToken
(this, predicate, stepInto);