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