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