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