6 references to CollectDisjunctionTypes
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Patterns.cs (4)
2212
CollectDisjunctionTypes
(result, narrowedTypeCandidates, hasUnionMatching);
2274
CollectDisjunctionTypes
(right, narrowedTypeCandidates, rightHasUnionMatching);
2290
CollectDisjunctionTypes
(result, narrowedTypeCandidates, hasUnionMatching);
2353
CollectDisjunctionTypes
(p.Right, candidates, hasUnionMatching);
Binder\UnionMatchingRewriter.cs (2)
253
Binder.
CollectDisjunctionTypes
(result, narrowedTypeCandidates, hasUnionMatching: false);
297
Binder.
CollectDisjunctionTypes
(right, narrowedTypeCandidates, hasUnionMatching: false);