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