2 references to TypeUnification
Microsoft.CodeAnalysis.CSharp (2)
Symbols\NamedTypeSymbol.cs (1)
746
if (
TypeUnification
.TryUnifyClosedSubtype(candidateSubtype, closedType: @this) is { } unifiedSubtype)
Utilities\TypeSymbolExtensions.cs (1)
167
return
TypeUnification
.CanUnify(thisType, otherType);