4 references to IsParameterModifierExcludingScoped
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
4639
return
IsParameterModifierExcludingScoped
(this.CurrentToken) || IsPossibleScopedKeyword(isFunctionPointerParameter: false) || IsPredefinedType(this.CurrentToken.Kind);
4754
while (
IsParameterModifierExcludingScoped
(this.CurrentToken))
12267
if (
IsParameterModifierExcludingScoped
(this.CurrentToken) || this.CurrentToken.ContextualKind == SyntaxKind.ScopedKeyword)
13444
if (
IsParameterModifierExcludingScoped
(this.CurrentToken) || this.CurrentToken.ContextualKind == SyntaxKind.ScopedKeyword)