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