3 references to GetInheritedContracts
System.ServiceModel (2)
System\ServiceModel\Description\TypeLoader.cs (1)
87foreach (ContractDescription inheritedContract in contractDescription.GetInheritedContracts())
System\ServiceModel\ServiceHost.cs (1)
2003Collection<ContractDescription> inheritedContracts = contract.GetInheritedContracts();
System.WorkflowServices (1)
System\Workflow\Activities\ReceiveActivity.cs (1)
688Collection<ContractDescription> inheritedContractDescriptions = contractDescription.GetInheritedContracts();