3 references to GetLastToken
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\SyntaxNavigator.cs (3)
29
return
GetLastToken
(current, GetPredicateFunction(includeZeroWidth));
237
var token =
GetLastToken
(child.AsNode()!, predicate);
279
var token =
GetLastToken
(child.AsNode()!, predicate);