4 references to IsParameterModifierExcludingScoped
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
4879
return
IsParameterModifierExcludingScoped
(this.CurrentToken) ||
4988
=>
IsParameterModifierExcludingScoped
(token) || token.ContextualKind == SyntaxKind.ScopedKeyword;
5014
if (
IsParameterModifierExcludingScoped
(this.CurrentToken))
10599
if (
IsParameterModifierExcludingScoped
(this.CurrentToken))