1 write to performanceCountersList
System.ServiceModel (1)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (1)
305
PerformanceCounters.
performanceCountersList
= new List<ServiceModelPerformanceCounters>();
3 references to performanceCountersList
System.ServiceModel (3)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (3)
299
if (PerformanceCounters.
performanceCountersList
== null)
303
if (PerformanceCounters.
performanceCountersList
== null)
309
return PerformanceCounters.
performanceCountersList
;