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