4 references to IsParameterModifierExcludingScoped
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
4837
return
IsParameterModifierExcludingScoped
(this.CurrentToken) ||
4946
=>
IsParameterModifierExcludingScoped
(token) || token.ContextualKind == SyntaxKind.ScopedKeyword;
4972
if (
IsParameterModifierExcludingScoped
(this.CurrentToken))
10556
if (
IsParameterModifierExcludingScoped
(this.CurrentToken))