6 references to ParsePossibleScopedKeyword
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
1366
SyntaxToken scopedKeyword =
ParsePossibleScopedKeyword
(isFunctionPointerParameter: false);
4766
SyntaxToken scopedKeyword =
ParsePossibleScopedKeyword
(isFunctionPointerParameter);
8221
return
ParsePossibleScopedKeyword
(isFunctionPointerParameter) != null;
9250
return (ParseParenthesizedVariableDeclaration(VariableFlags.ForStatement,
ParsePossibleScopedKeyword
(isFunctionPointerParameter: false)), initializers: default);
9921
SyntaxToken scopedKeyword =
ParsePossibleScopedKeyword
(isFunctionPointerParameter: false);
10062
SyntaxToken scopedKeyword =
ParsePossibleScopedKeyword
(isFunctionPointerParameter: false);