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