1 write to contracts
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
35this.contracts = new Dictionary<Guid, ContractDescription>();
2 references to contracts
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (2)
386if (this.contracts.TryGetValue(iid, out contract)) 409contracts.Add(iid, contract);