1 instantiation of ServiceDebugElement
ComSvcConfig (1)
EndpointConfigContainer.cs (1)
723
ServiceDebugElement serviceDebug = new
ServiceDebugElement
();
4 references to ServiceDebugElement
ComSvcConfig (1)
EndpointConfigContainer.cs (1)
723
ServiceDebugElement
serviceDebug = new ServiceDebugElement();
System.ServiceModel (3)
System\ServiceModel\Configuration\ExtensionsSection.cs (1)
50
this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.ServiceDebugSectionName, typeof(
ServiceDebugElement
).AssemblyQualifiedName));
System\ServiceModel\Configuration\ServiceDebugElement.cs (2)
88
ServiceDebugElement
source = (
ServiceDebugElement
)from;