6 references to CollectDisjunctionTypes
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Patterns.cs (4)
2211
CollectDisjunctionTypes
(result, narrowedTypeCandidates, hasUnionMatching);
2261
CollectDisjunctionTypes
(right, narrowedTypeCandidates, rightHasUnionMatching);
2277
CollectDisjunctionTypes
(result, narrowedTypeCandidates, hasUnionMatching);
2340
CollectDisjunctionTypes
(p.Right, candidates, hasUnionMatching);
Binder\UnionMatchingRewriter.cs (2)
263
Binder.
CollectDisjunctionTypes
(result, narrowedTypeCandidates, hasUnionMatching: false);
307
Binder.
CollectDisjunctionTypes
(right, narrowedTypeCandidates, hasUnionMatching: false);