Base:
property
IsUnionMatching
Microsoft.CodeAnalysis.CSharp.BoundPattern.IsUnionMatching
1 write to IsUnionMatching
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8604
this.
IsUnionMatching
= isUnionMatching;
6 references to IsUnionMatching
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Operators.cs (1)
4857
if (typePattern.
IsUnionMatching
)
Binder\UnionMatchingRewriter.cs (1)
157
if (node.
IsUnionMatching
)
Generated\BoundNodes.xml.Generated.cs (4)
8620
if (declaredType != this.DeclaredType || isExplicitNotNullTest != this.IsExplicitNotNullTest || isUnionMatching != this.
IsUnionMatching
|| !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
12611
return node.Update(declaredType, node.IsExplicitNotNullTest, node.
IsUnionMatching
, inputType, narrowedType);
15307
return node.Update(declaredType, node.IsExplicitNotNullTest, node.
IsUnionMatching
, inputType, narrowedType);
17570
new TreeDumperNode("isUnionMatching", node.
IsUnionMatching
, null),