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