6 references to CollectDisjunctionTypes
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Patterns.cs (4)
2461
CollectDisjunctionTypes
(result, narrowedTypeCandidates, hasUnionMatching);
2511
CollectDisjunctionTypes
(right, narrowedTypeCandidates, rightHasUnionMatching);
2527
CollectDisjunctionTypes
(result, narrowedTypeCandidates, hasUnionMatching);
2590
CollectDisjunctionTypes
(p.Right, candidates, hasUnionMatching);
Binder\UnionMatchingRewriter.cs (2)
263
Binder.
CollectDisjunctionTypes
(result, narrowedTypeCandidates, hasUnionMatching: false);
307
Binder.
CollectDisjunctionTypes
(right, narrowedTypeCandidates, hasUnionMatching: false);