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