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