1 instantiation of ContractInfo
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ServiceInfo.cs (1)
209contract = new ContractInfo(iid,
7 references to ContractInfo
System.ServiceModel (7)
System\ServiceModel\ComIntegration\ComPlusThreadInitializer.cs (1)
43foreach (ContractInfo contractInfo in this.info.Contracts)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
48foreach (ContractInfo contractInfo in this.info.Contracts)
System\ServiceModel\ComIntegration\ServiceInfo.cs (5)
60List<ContractInfo> contracts; 178this.contracts = new List<ContractInfo>(); 183ContractInfo contract = null; 192foreach (ContractInfo otherContract in this.contracts) 285public List<ContractInfo> Contracts