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