4 references to IsParameterModifierExcludingScoped
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
4899
return
IsParameterModifierExcludingScoped
(this.CurrentToken) ||
5008
=>
IsParameterModifierExcludingScoped
(token) || token.ContextualKind == SyntaxKind.ScopedKeyword;
5034
if (
IsParameterModifierExcludingScoped
(this.CurrentToken))
10628
if (
IsParameterModifierExcludingScoped
(this.CurrentToken))