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