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