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