8 references to UnionValue
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Operators.cs (1)
5010
unionMatchingMode: unionMatchingInputType is not null ? UnionMatchingMode.
UnionValue
: UnionMatchingMode.None,
Binder\Binder_Patterns.cs (4)
23
Both = UnionInstance |
UnionValue
,
1039
unionMatchingMode: hasUnionMatching ? UnionMatchingMode.
UnionValue
: UnionMatchingMode.None,
2448
unionMatchingMode |= UnionMatchingMode.
UnionValue
;
2597
unionMatchingMode: hasUnionMatching ? UnionMatchingMode.
UnionValue
: UnionMatchingMode.None,
Binder\UnionMatchingRewriter.cs (3)
85
Debug.Assert((node.UnionMatchingMode & UnionMatchingMode.
UnionValue
) != 0);
171
Debug.Assert((node.UnionMatchingMode & UnionMatchingMode.
UnionValue
) != 0);
188
Debug.Assert(node.UnionMatchingMode == UnionMatchingMode.
UnionValue
);