6 references to IsPossibleSubpatternElement
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (1)
12649
return lastTokenIsBinaryOperator ==
IsPossibleSubpatternElement
();
Parser\LanguageParser_Patterns.cs (5)
199
IsPossibleSubpatternElement
()
293
static @this => @this.
IsPossibleSubpatternElement
(),
490
static @this => @this.
IsPossibleSubpatternElement
(),
563
static p => p.CurrentToken.Kind != SyntaxKind.CommaToken && !p.
IsPossibleSubpatternElement
(),
641
static @this => @this.
IsPossibleSubpatternElement
(),