1 instantiation of PerfCounterSection
System (1)
compmod\system\diagnostics\SystemDiagnosticsSection.cs (1)
12private 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)
12private static readonly ConfigurationProperty _propPerfCounters = new ConfigurationProperty("performanceCounters", typeof(PerfCounterSection), new PerfCounterSection(), ConfigurationPropertyOptions.None); 36public PerfCounterSection PerfCounters { 38return (PerfCounterSection) base[_propPerfCounters];