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