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