3 references to IsPossibleScopedKeyword
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
4639
return IsParameterModifierExcludingScoped(this.CurrentToken) ||
IsPossibleScopedKeyword
(isFunctionPointerParameter: false) || IsPredefinedType(this.CurrentToken.Kind);
8200
if (
IsPossibleScopedKeyword
(isFunctionPointerParameter: false))
8348
if (
IsPossibleScopedKeyword
(isFunctionPointerParameter: false))