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