4 references to IsParameterModifierExcludingScoped
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
4246
return
IsParameterModifierExcludingScoped
(this.CurrentToken) || IsPossibleScopedKeyword(isFunctionPointerParameter: false) || IsPredefinedType(this.CurrentToken.Kind);
4439
while (
IsParameterModifierExcludingScoped
(this.CurrentToken))
11412
if (
IsParameterModifierExcludingScoped
(this.CurrentToken) || this.CurrentToken.ContextualKind == SyntaxKind.ScopedKeyword)
12529
if (
IsParameterModifierExcludingScoped
(this.CurrentToken) || this.CurrentToken.ContextualKind == SyntaxKind.ScopedKeyword)