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