4 references to IsInterface
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
405
if (!channelType.
IsInterface
())
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
372
if (!typeof(TChannel).
IsInterface
())
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (2)
398
if (targetIface.IsAssignableFrom(implType) && targetIface.
IsInterface
())
703
if (callbackType != null && !callbackType.
IsInterface
() && !callbackType.IsMarshalByRef())