1 write to reflectedContracts
System.ServiceModel (1)
System\ServiceModel\ServiceHost.cs (1)
2014
this.
reflectedContracts
= reflectedContracts;
6 references to reflectedContracts
System.ServiceModel (6)
System\ServiceModel\ServiceHost.cs (6)
1769
if (this.
reflectedContracts
== null)
1773
ReflectedAndBehaviorContractCollection reflectedAndBehaviorContracts = new ReflectedAndBehaviorContractCollection(this.
reflectedContracts
, this.Description.Behaviors);
1788
for (int i = 0; i < this.
reflectedContracts
.Count; i++)
1791
ContractDescription contract = this.
reflectedContracts
[i];
1795
for (int j = 0; j < this.
reflectedContracts
.Count; j++)
1797
ContractDescription otherContract = this.
reflectedContracts
[j];