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