5 references to Global
System.Diagnostics.PerformanceCounter (5)
System\Diagnostics\PerformanceCounter.cs (3)
25private PerformanceCounterInstanceLifetime _instanceLifetime = PerformanceCounterInstanceLifetime.Global; 226if (value > PerformanceCounterInstanceLifetime.Process || value < PerformanceCounterInstanceLifetime.Global) 491if (_instanceLifetime != PerformanceCounterInstanceLifetime.Global)
System\Diagnostics\SharedPerformanceCounter.cs (2)
84this(catName, counterName, instanceName, PerformanceCounterInstanceLifetime.Global) 103if (lifetime != PerformanceCounterInstanceLifetime.Global)