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