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