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