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