Base:
property
IsUnionMatching
Microsoft.CodeAnalysis.CSharp.BoundPattern.IsUnionMatching
1 write to IsUnionMatching
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8738
this.
IsUnionMatching
= isUnionMatching;
6 references to IsUnionMatching
Microsoft.CodeAnalysis.CSharp (6)
Binder\UnionMatchingRewriter.cs (1)
188
if (node.
IsUnionMatching
)
BoundTree\BoundRelationalPattern.cs (1)
14
if (
IsUnionMatching
)
Generated\BoundNodes.xml.Generated.cs (4)
8755
if (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))
12639
return node.Update(node.Relation, value, node.ConstantValue, node.
IsUnionMatching
, inputType, narrowedType);
15324
return node.Update(node.Relation, value, node.ConstantValue, node.
IsUnionMatching
, inputType, narrowedType);
17600
new TreeDumperNode("isUnionMatching", node.
IsUnionMatching
, null),