1 instantiation of ReflectedAndBehaviorContractCollection
System.ServiceModel (1)
System\ServiceModel\ServiceHost.cs (1)
1773ReflectedAndBehaviorContractCollection reflectedAndBehaviorContracts = new ReflectedAndBehaviorContractCollection(this.reflectedContracts, this.Description.Behaviors);
2 references to ReflectedAndBehaviorContractCollection
System.ServiceModel (2)
System\ServiceModel\ServiceHost.cs (2)
1745void ValidateContractType(Type implementedContract, ReflectedAndBehaviorContractCollection reflectedAndBehaviorContracts) 1773ReflectedAndBehaviorContractCollection reflectedAndBehaviorContracts = new ReflectedAndBehaviorContractCollection(this.reflectedContracts, this.Description.Behaviors);