3 references to GetInheritedContractTypes
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (1)
600
List<Type> types = new List<Type>(
GetInheritedContractTypes
(interfaceType));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (2)
714
List<Type> types = ServiceReflector.
GetInheritedContractTypes
(contractType);
765
List<Type> types = ServiceReflector.
GetInheritedContractTypes
(contractType);