6 references to IsPossibleSubpatternElement
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (1)
12975return lastTokenIsBinaryOperator == IsPossibleSubpatternElement();
Parser\LanguageParser_Patterns.cs (5)
214IsPossibleSubpatternElement() 308static @this => @this.IsPossibleSubpatternElement(), 515static @this => @this.IsPossibleSubpatternElement(), 588static p => p.CurrentToken.Kind != SyntaxKind.CommaToken && !p.IsPossibleSubpatternElement(), 666static @this => @this.IsPossibleSubpatternElement(),