Base:
property
IsUnionMatching
Microsoft.CodeAnalysis.CSharp.BoundPattern.IsUnionMatching
1 write to IsUnionMatching
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8476
this.
IsUnionMatching
= isUnionMatching;
5 references to IsUnionMatching
Microsoft.CodeAnalysis.CSharp (5)
Binder\UnionMatchingRewriter.cs (1)
147
if (node.
IsUnionMatching
)
Generated\BoundNodes.xml.Generated.cs (4)
8493
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(getLengthMethod, this.GetLengthMethod) || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(getItemMethod, this.GetItemMethod) || subpatterns != this.Subpatterns || isUnionMatching != this.
IsUnionMatching
|| !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
12591
return node.Update(getLengthMethod, getItemMethod, subpatterns, node.
IsUnionMatching
, inputType, narrowedType);
15286
return node.Update(getLengthMethod, getItemMethod, subpatterns, node.
IsUnionMatching
, inputType, narrowedType);
17537
new TreeDumperNode("isUnionMatching", node.
IsUnionMatching
, null),