2 references to getDisjunctionType
Microsoft.CodeAnalysis.CSharp (2)
Binder\UnionMatchingRewriter.cs (2)
259
narrowedTypeCandidates.Add(
getDisjunctionType
(unionPattern));
324
narrowedTypeCandidates.Add(result is BoundPatternWithUnionMatching unionResult ?
getDisjunctionType
(unionResult) : result.NarrowedType);