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