1 write to performanceCounters
System.ServiceModel (1)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (1)
287
PerformanceCounters.
performanceCounters
= new Dictionary<string, ServiceModelPerformanceCounters>();
3 references to performanceCounters
System.ServiceModel (3)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (3)
281
if (PerformanceCounters.
performanceCounters
== null)
285
if (PerformanceCounters.
performanceCounters
== null)
291
return PerformanceCounters.
performanceCounters
;