2 references to IsValidArgumentRefKindKeyword
Microsoft.CodeAnalysis.CSharp (2)
Parser\LanguageParser.cs (2)
12197
return
IsValidArgumentRefKindKeyword
(this.CurrentToken.Kind) || this.IsPossibleExpression();
12222
if (
IsValidArgumentRefKindKeyword
(this.CurrentToken.Kind) &&