2 references to IsPossibleAttributeArgument
Microsoft.CodeAnalysis.CSharp (2)
Parser\LanguageParser.cs (2)
1215
static @this => @this.
IsPossibleAttributeArgument
(),
1232
static p => p.CurrentToken.Kind != SyntaxKind.CommaToken && !p.
IsPossibleAttributeArgument
(),