1 instantiation of PerfCounterSection
System (1)
compmod\system\diagnostics\SystemDiagnosticsSection.cs (1)
12
private static readonly ConfigurationProperty _propPerfCounters = new ConfigurationProperty("performanceCounters", typeof(PerfCounterSection), new
PerfCounterSection
(), ConfigurationPropertyOptions.None);
3 references to PerfCounterSection
System (3)
compmod\system\diagnostics\SystemDiagnosticsSection.cs (3)
12
private static readonly ConfigurationProperty _propPerfCounters = new ConfigurationProperty("performanceCounters", typeof(
PerfCounterSection
), new PerfCounterSection(), ConfigurationPropertyOptions.None);
36
public
PerfCounterSection
PerfCounters {
38
return (
PerfCounterSection
) base[_propPerfCounters];