Base:
property
IsUnionMatching
Microsoft.CodeAnalysis.CSharp.BoundPattern.IsUnionMatching
1 write to IsUnionMatching
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8603
this.
IsUnionMatching
= isUnionMatching;
5 references to IsUnionMatching
Microsoft.CodeAnalysis.CSharp (5)
Binder\UnionMatchingRewriter.cs (1)
173
if (node.
IsUnionMatching
)
Generated\BoundNodes.xml.Generated.cs (4)
8619
if (declaredType != this.DeclaredType || isExplicitNotNullTest != this.IsExplicitNotNullTest || isUnionMatching != this.
IsUnionMatching
|| !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
12610
return node.Update(declaredType, node.IsExplicitNotNullTest, node.
IsUnionMatching
, inputType, narrowedType);
15306
return node.Update(declaredType, node.IsExplicitNotNullTest, node.
IsUnionMatching
, inputType, narrowedType);
17571
new TreeDumperNode("isUnionMatching", node.
IsUnionMatching
, null),