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