4 references to TypeUnification
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
3803If TypeUnification.CanUnify(Me, interface1, interface2) Then
Utilities\VarianceAmbiguity.vb (3)
133Not TypeUnification.CanUnify(containingType, typeArgument1, typeArgument2) Then 144Not TypeUnification.CanUnify(containingType, typeArgument1, typeArgument2) Then 149If Not TypeUnification.CanUnify(containingType, typeArgument1, typeArgument2) Then