10 instantiations of PolicyImporterElement
System.ServiceModel (10)
System\ServiceModel\Configuration\PolicyImporterElementCollection.cs (10)
34this.Add(new PolicyImporterElement(typeof(PrivacyNoticeBindingElementImporter))); 35this.Add(new PolicyImporterElement(typeof(UseManagedPresentationBindingElementImporter))); 36this.Add(new PolicyImporterElement(typeof(TransactionFlowBindingElementImporter))); 37this.Add(new PolicyImporterElement(typeof(ReliableSessionBindingElementImporter))); 38this.Add(new PolicyImporterElement(typeof(SecurityBindingElementImporter))); 39this.Add(new PolicyImporterElement(typeof(CompositeDuplexBindingElementImporter))); 40this.Add(new PolicyImporterElement(typeof(OneWayBindingElementImporter))); 41this.Add(new PolicyImporterElement(typeof(MessageEncodingBindingElementImporter))); 42this.Add(new PolicyImporterElement(typeof(TransportBindingElementImporter))); 43this.Add(new PolicyImporterElement(ConfigurationStrings.UdpTransportImporterType));
5 references to PolicyImporterElement
System.ServiceModel (5)
System\ServiceModel\Configuration\PolicyImporterElementCollection.cs (4)
15[ConfigurationCollection(typeof(PolicyImporterElement), AddItemName = ConfigurationStrings.Extension)] 16public sealed class PolicyImporterElementCollection : ServiceModelEnhancedConfigurationElementCollection<PolicyImporterElement> 28PolicyImporterElement configElementKey = (PolicyImporterElement)element;
System\ServiceModel\Description\ConfigLoader.cs (1)
348foreach (PolicyImporterElement policyImporterElement in policyImporterElements)