4 references to IsParameterModifierExcludingScoped
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
4892
return
IsParameterModifierExcludingScoped
(this.CurrentToken) ||
5001
=>
IsParameterModifierExcludingScoped
(token) || token.ContextualKind == SyntaxKind.ScopedKeyword;
5027
if (
IsParameterModifierExcludingScoped
(this.CurrentToken))
10612
if (
IsParameterModifierExcludingScoped
(this.CurrentToken))