4 references to GetPredicateFunction
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Syntax\SyntaxNavigator.cs (4)
24
return GetFirstToken(current,
GetPredicateFunction
(includeZeroWidth));
29
return GetLastToken(current,
GetPredicateFunction
(includeZeroWidth));
34
return GetPreviousToken(current,
GetPredicateFunction
(includeZeroWidth));
39
return GetNextToken(current,
GetPredicateFunction
(includeZeroWidth));