4 references to IsParameterModifierExcludingScoped
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
4930
return
IsParameterModifierExcludingScoped
(this.CurrentToken) ||
5039
=>
IsParameterModifierExcludingScoped
(token) || token.ContextualKind == SyntaxKind.ScopedKeyword;
5065
if (
IsParameterModifierExcludingScoped
(this.CurrentToken))
10668
if (
IsParameterModifierExcludingScoped
(this.CurrentToken))