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