Base:
property
IsUnionMatching
Microsoft.CodeAnalysis.CSharp.BoundPattern.IsUnionMatching
1 write to IsUnionMatching
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8738this.IsUnionMatching = isUnionMatching;
6 references to IsUnionMatching
Microsoft.CodeAnalysis.CSharp (6)
Binder\UnionMatchingRewriter.cs (1)
188if (node.IsUnionMatching)
BoundTree\BoundRelationalPattern.cs (1)
14if (IsUnionMatching)
Generated\BoundNodes.xml.Generated.cs (4)
8755if (relation != this.Relation || value != this.Value || constantValue != this.ConstantValue || isUnionMatching != this.IsUnionMatching || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything)) 12639return node.Update(node.Relation, value, node.ConstantValue, node.IsUnionMatching, inputType, narrowedType); 15324return node.Update(node.Relation, value, node.ConstantValue, node.IsUnionMatching, inputType, narrowedType); 17600new TreeDumperNode("isUnionMatching", node.IsUnionMatching, null),