6 references to IsPossibleSubpatternElement
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (1)
11629
return lastTokenIsBinaryOperator ==
IsPossibleSubpatternElement
();
Parser\LanguageParser_Patterns.cs (5)
198
IsPossibleSubpatternElement
() ? ParsePattern(precedence, afterIs: false, whenIsKeyword) : null);
289
static @this => @this.
IsPossibleSubpatternElement
(),
483
static @this => @this.
IsPossibleSubpatternElement
(),
540
static p => p.CurrentToken.Kind != SyntaxKind.CommaToken && !p.
IsPossibleSubpatternElement
(),
614
static @this => @this.
IsPossibleSubpatternElement
(),