5 references to ParsePossibleScopedKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
1092
SyntaxToken scopedKeyword =
ParsePossibleScopedKeyword
(isFunctionPointerParameter: false);
4451
SyntaxToken scopedKeyword =
ParsePossibleScopedKeyword
(isFunctionPointerParameter);
7615
return
ParsePossibleScopedKeyword
(isFunctionPointerParameter) != null;
9272
SyntaxToken scopedKeyword =
ParsePossibleScopedKeyword
(isFunctionPointerParameter: false);
9414
SyntaxToken scopedKeyword =
ParsePossibleScopedKeyword
(isFunctionPointerParameter: false);