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