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