6 references to CollectDisjunctionTypes
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Patterns.cs (4)
2698
CollectDisjunctionTypes
(result, narrowedTypeCandidates, hasUnionMatching);
2760
CollectDisjunctionTypes
(right, narrowedTypeCandidates, rightHasUnionMatching);
2776
CollectDisjunctionTypes
(result, narrowedTypeCandidates, hasUnionMatching);
2839
CollectDisjunctionTypes
(p.Right, candidates, hasUnionMatching);
Binder\UnionMatchingRewriter.cs (2)
253
Binder.
CollectDisjunctionTypes
(result, narrowedTypeCandidates, hasUnionMatching: false);
297
Binder.
CollectDisjunctionTypes
(right, narrowedTypeCandidates, hasUnionMatching: false);