3 references to GetInheritedContractTypes
System.ServiceModel (3)
System\ServiceModel\Description\ServiceReflector.cs (1)
651List<Type> types = new List<Type>(GetInheritedContractTypes(interfaceType));
System\ServiceModel\Description\TypeLoader.cs (2)
665List<Type> types = ServiceReflector.GetInheritedContractTypes(contractType); 716List<Type> types = ServiceReflector.GetInheritedContractTypes(contractType);