1 instantiation of ServiceMetadataPublishingElement
ComSvcConfig (1)
EndpointConfigContainer.cs (1)
715ServiceMetadataPublishingElement metadataPublishing = new ServiceMetadataPublishingElement();
4 references to ServiceMetadataPublishingElement
ComSvcConfig (1)
EndpointConfigContainer.cs (1)
715ServiceMetadataPublishingElement metadataPublishing = new ServiceMetadataPublishingElement();
System.ServiceModel (3)
System\ServiceModel\Configuration\ExtensionsSection.cs (1)
49this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.ServiceMetadataPublishingSectionName, typeof(ServiceMetadataPublishingElement).AssemblyQualifiedName));
System\ServiceModel\Configuration\ServiceMetadataPublishingElement.cs (2)
97ServiceMetadataPublishingElement source = (ServiceMetadataPublishingElement)from;