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