6 overrides of IsUnionMatching
Microsoft.CodeAnalysis.CSharp (6)
Generated\BoundNodes.xml.Generated.cs (6)
8183public override bool IsUnionMatching { get; } 8298public override bool IsUnionMatching { get; } 8486public override bool IsUnionMatching { get; } 8632public override bool IsUnionMatching { get; } 8707public override bool IsUnionMatching { get; } 8748public override bool IsUnionMatching { get; }
4 references to IsUnionMatching
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Patterns.cs (1)
2363if (pat is { IsUnionMatching: true })
Binder\DecisionDagBuilder.cs (1)
364Debug.Assert(!pattern.IsUnionMatching);
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
798Debug.Assert(node is not BoundPattern { IsUnionMatching: true });
BoundTree\BoundPattern.cs (1)
46Debug.Assert(!IsUnionMatching || InputType is { IsSubjectForUnionMatching: true });