1 write to HasUnionMatching
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8099this.HasUnionMatching = hasUnionMatching;
7 references to HasUnionMatching
Microsoft.CodeAnalysis.CSharp (7)
BoundTree\BoundIsPatternExpression.cs (1)
23HasUnionMatching,
FlowAnalysis\AbstractFlowPass.cs (1)
943if (node.HasUnionMatching &&
Generated\BoundNodes.xml.Generated.cs (5)
8119if (expression != this.Expression || pattern != this.Pattern || hasUnionMatching != this.HasUnionMatching || isNegated != this.IsNegated || reachabilityDecisionDag != this.ReachabilityDecisionDag || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(whenTrueLabel, this.WhenTrueLabel) || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(whenFalseLabel, this.WhenFalseLabel) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 12515return node.Update(expression, pattern, node.HasUnionMatching, node.IsNegated, reachabilityDecisionDag, whenTrueLabel, whenFalseLabel, type); 15195updatedNode = node.Update(expression, pattern, node.HasUnionMatching, node.IsNegated, reachabilityDecisionDag, node.WhenTrueLabel, node.WhenFalseLabel, infoAndType.Type); 15200updatedNode = node.Update(expression, pattern, node.HasUnionMatching, node.IsNegated, reachabilityDecisionDag, node.WhenTrueLabel, node.WhenFalseLabel, node.Type); 17440new TreeDumperNode("hasUnionMatching", node.HasUnionMatching, null),