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