1 instantiation of ReflectedContractCollection
System.ServiceModel (1)
System\ServiceModel\ServiceHost.cs (1)
1985
ReflectedContractCollection reflectedContracts = new
ReflectedContractCollection
();
5 references to ReflectedContractCollection
System.ServiceModel (5)
System\ServiceModel\ServiceHost.cs (5)
1657
ReflectedContractCollection
reflectedContracts;
1985
ReflectedContractCollection
reflectedContracts = new ReflectedContractCollection();
2085
ReflectedContractCollection
reflectedContracts;
2087
public ReflectedAndBehaviorContractCollection(
ReflectedContractCollection
reflectedContracts, KeyedByTypeCollection<IServiceBehavior> behaviors)
2112
return
ReflectedContractCollection
.GetConfigKey(reflectedContracts[implementedContract]);