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