4 references to IsStrictSupertypeOfConcreteDelegate
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Conversions.vb (2)
1301If targetType.IsStrictSupertypeOfConcreteDelegate() Then ' covers Object, System.Delegate, System.MulticastDelegate 1506If targetType.IsStrictSupertypeOfConcreteDelegate() AndAlso Not targetType.IsObjectType() Then
Semantics\Conversions.vb (2)
1084If destination.IsStrictSupertypeOfConcreteDelegate() Then ' covers Object, System.Delegate, System.MulticastDelegate 2275ElseIf Not destination.IsDelegateType() OrElse destination.IsStrictSupertypeOfConcreteDelegate() Then