1 write to LeftOfPendingConjunction
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8213
this.
LeftOfPendingConjunction
= leftOfPendingConjunction;
14 references to LeftOfPendingConjunction
Microsoft.CodeAnalysis.CSharp (14)
Binder\UnionMatchingRewriter.cs (7)
354
while (rightUnionPattern.
LeftOfPendingConjunction
is BoundPatternWithUnionMatching other)
360
Debug.Assert(rightUnionPattern.
LeftOfPendingConjunction
is not BoundPatternWithUnionMatching);
361
var leftOfPendingConjunction = makeConjunction(node, left, rightUnionPattern.
LeftOfPendingConjunction
, makeCompilerGenerated: true);
390
leftUnionPattern.
LeftOfPendingConjunction
,
414
while (unionPattern.
LeftOfPendingConjunction
is BoundPatternWithUnionMatching leftUnionPattern)
445
BoundPattern? leftOfPendingConjunction = unionPattern.
LeftOfPendingConjunction
;
485
leftOfPendingConjunction = leftUnionPattern.
LeftOfPendingConjunction
;
BoundTree\BoundPatternWithUnionMatching.cs (2)
15
Debug.Assert(InputType.Equals(
LeftOfPendingConjunction
?.InputType ?? UnionMatchingInputType, TypeCompareKind.AllIgnoreOptions));
16
Debug.Assert(UnionMatchingInputType == (object)(
LeftOfPendingConjunction
?.NarrowedType ?? InputType));
Generated\BoundNodes.xml.Generated.cs (5)
8232
if (!TypeSymbol.Equals(unionMatchingInputType, this.UnionMatchingInputType, TypeCompareKind.ConsiderEverything) || leftOfPendingConjunction != this.
LeftOfPendingConjunction
|| valueProperty != this.ValueProperty || valuePattern != this.ValuePattern || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
10987
this.Visit(node.
LeftOfPendingConjunction
);
12526
BoundPattern? leftOfPendingConjunction = (BoundPattern?)this.Visit(node.
LeftOfPendingConjunction
);
15218
BoundPattern? leftOfPendingConjunction = (BoundPattern?)this.Visit(node.
LeftOfPendingConjunction
);
17463
new TreeDumperNode("leftOfPendingConjunction", null, new TreeDumperNode[] { Visit(node.
LeftOfPendingConjunction
, null) }),