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)
357rightUnionPattern.UnionMatchingInputType, 378leftUnionPattern.UnionMatchingInputType, 408return unionPattern.UnionMatchingInputType; 432TypeSymbol unionMatchingInputType = unionPattern.UnionMatchingInputType; 472unionMatchingInputType = 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)) 12527TypeSymbol? unionMatchingInputType = this.VisitType(node.UnionMatchingInputType); 15213TypeSymbol unionMatchingInputType = GetUpdatedSymbol(node, node.UnionMatchingInputType); 17460new TreeDumperNode("unionMatchingInputType", node.UnionMatchingInputType, null),