6 references to UnionValue
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Operators.cs (1)
5007
unionMatchingMode: unionMatchingInputType is not null ? UnionMatchingMode.
UnionValue
: UnionMatchingMode.None,
Binder\Binder_Patterns.cs (2)
23
Both = UnionInstance |
UnionValue
,
553
unionMatchingMode: hasUnionMatching ? UnionMatchingMode.
UnionValue
: UnionMatchingMode.None,
Binder\UnionMatchingRewriter.cs (1)
79
Debug.Assert((node.UnionMatchingMode & UnionMatchingMode.
UnionValue
) != 0);
BoundTree\BoundConstantPattern.cs (2)
14
Debug.Assert(UnionMatchingMode is UnionMatchingMode.None or UnionMatchingMode.
UnionValue
or (UnionMatchingMode.
UnionValue
| UnionMatchingMode.UnionInstance));