1 write to contracts
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
51
this.
contracts
= new Dictionary<Type, ContractDescription>();
2 references to contracts
System.ServiceModel (2)
System\ServiceModel\Description\TypeLoader.cs (2)
73
if (!
contracts
.TryGetValue(actualContractType, out contractDescription))
95
this.
contracts
.Add(actualContractType, contractDescription);