Base:
property
IsUnionMatching
Microsoft.CodeAnalysis.CSharp.BoundPattern.IsUnionMatching
1 write to IsUnionMatching
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8292
this.
IsUnionMatching
= isUnionMatching;
5 references to IsUnionMatching
Microsoft.CodeAnalysis.CSharp (5)
Binder\UnionMatchingRewriter.cs (1)
143
if (node.
IsUnionMatching
)
Generated\BoundNodes.xml.Generated.cs (4)
8308
if (declaredType != this.DeclaredType || isVar != this.IsVar || isUnionMatching != this.
IsUnionMatching
|| !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(variable, this.Variable) || variableAccess != this.VariableAccess || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
12541
return node.Update(declaredType, node.IsVar, node.
IsUnionMatching
, variable, variableAccess, inputType, narrowedType);
15237
return node.Update(declaredType, node.IsVar, node.
IsUnionMatching
, variable, variableAccess, inputType, narrowedType);
17484
new TreeDumperNode("isUnionMatching", node.
IsUnionMatching
, null),