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