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