1 write to contracts
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ServiceInfo.cs (1)
178this.contracts = new List<ContractInfo>();
3 references to contracts
System.ServiceModel (3)
System\ServiceModel\ComIntegration\ServiceInfo.cs (3)
192foreach (ContractInfo otherContract in this.contracts) 226this.contracts.Add(contract); 287get { return this.contracts; }