1 write to UnionMatchingInputType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8212
this.
UnionMatchingInputType
= unionMatchingInputType;
12 references to UnionMatchingInputType
Microsoft.CodeAnalysis.CSharp (12)
Binder\UnionMatchingRewriter.cs (5)
368
rightUnionPattern.
UnionMatchingInputType
,
389
leftUnionPattern.
UnionMatchingInputType
,
419
return unionPattern.
UnionMatchingInputType
;
443
TypeSymbol unionMatchingInputType = unionPattern.
UnionMatchingInputType
;
483
unionMatchingInputType = leftUnionPattern.
UnionMatchingInputType
;
BoundTree\BoundPatternWithUnionMatching.cs (3)
14
Debug.Assert(
UnionMatchingInputType
.IsSubjectForUnionMatching);
15
Debug.Assert(InputType.Equals(LeftOfPendingConjunction?.InputType ??
UnionMatchingInputType
, TypeCompareKind.AllIgnoreOptions));
16
Debug.Assert(
UnionMatchingInputType
== (object)(LeftOfPendingConjunction?.NarrowedType ?? InputType));
Generated\BoundNodes.xml.Generated.cs (4)
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))
12529
TypeSymbol? unionMatchingInputType = this.VisitType(node.
UnionMatchingInputType
);
15215
TypeSymbol unionMatchingInputType = GetUpdatedSymbol(node, node.
UnionMatchingInputType
);
17462
new TreeDumperNode("unionMatchingInputType", node.
UnionMatchingInputType
, null),