3 references to DoesReceiverMatchInstance
Microsoft.CodeAnalysis.VisualBasic (3)
Semantics\OverloadResolution.vb (2)
4744If DoesReceiverMatchInstance(leftType, rightType, useSiteInfo) Then 4747ElseIf DoesReceiverMatchInstance(rightType, leftType, useSiteInfo) Then
Symbols\ReducedExtensionMethodSymbol.vb (1)
169If Not OverloadResolution.DoesReceiverMatchInstance(instanceType, receiverType, reducedUseSiteInfo) OrElse