3 references to UnionInstance
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Patterns.cs (1)
23Both = UnionInstance | UnionValue,
Binder\UnionMatchingRewriter.cs (1)
81if ((node.UnionMatchingMode & UnionMatchingMode.UnionInstance) != 0)
BoundTree\BoundConstantPattern.cs (1)
14Debug.Assert(UnionMatchingMode is UnionMatchingMode.None or UnionMatchingMode.UnionValue or (UnionMatchingMode.UnionValue | UnionMatchingMode.UnionInstance));