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