1 write to Left
Microsoft.CodeAnalysis.CSharp.Features (1)
AnalyzedPattern.cs (1)
128Left = leftPattern;
3 references to Left
Microsoft.CodeAnalysis.CSharp.Features (3)
AnalyzedPattern.cs (1)
200Binary { Left: Not left, Right: Not right } p // Apply demorgans's law
CSharpUsePatternCombinatorsCodeFixProvider.cs (1)
102AsPatternSyntax(p.Left).Parenthesize(),
CSharpUsePatternCombinatorsDiagnosticAnalyzer.cs (1)
116return HasIllegalPatternVariables(p.Left, permitDesignations) ||