6 references to CollectDisjunctionTypes
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Patterns.cs (4)
2117
CollectDisjunctionTypes
(result, narrowedTypeCandidates, hasUnionMatching);
2168
CollectDisjunctionTypes
(right, narrowedTypeCandidates, rightHasUnionMatching);
2184
CollectDisjunctionTypes
(result, narrowedTypeCandidates, hasUnionMatching);
2247
CollectDisjunctionTypes
(p.Right, candidates, hasUnionMatching);
Binder\UnionMatchingRewriter.cs (2)
236
Binder.
CollectDisjunctionTypes
(result, narrowedTypeCandidates, hasUnionMatching: false);
280
Binder.
CollectDisjunctionTypes
(right, narrowedTypeCandidates, hasUnionMatching: false);