1 instantiation of DiagnosticSection
System.ServiceModel (1)
System\ServiceModel\Activation\Configuration\DiagnosticSection.cs (1)
25
retval = new
DiagnosticSection
();
7 references to DiagnosticSection
SMSvcHost (2)
System\ServiceModel\Activation\ListenerConfig.cs (2)
43
DiagnosticSection
diag =
DiagnosticSection
.GetSection();
System.ServiceModel (5)
System\ServiceModel\Activation\Configuration\DiagnosticSection.cs (3)
20
static internal
DiagnosticSection
GetSection()
22
DiagnosticSection
retval = (
DiagnosticSection
)ConfigurationManager.GetSection(ConfigurationStrings.DiagnosticSectionPath);
System\ServiceModel\Activation\Configuration\ServiceModelActivationSectionGroup.cs (2)
11
public
DiagnosticSection
Diagnostics
13
get { return (
DiagnosticSection
)this.Sections[ConfigurationStrings.DiagnosticSectionName]; }