1 write to EnableReuse
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\SharedPerformanceCounter.cs (1)
643
data.
EnableReuse
= (((PerformanceCounterCategoryOptions)options & PerformanceCounterCategoryOptions.EnableReuse) != 0);
1 reference to EnableReuse
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\SharedPerformanceCounter.cs (1)
112
_counterEntryPointer = GetCounter(counterName, instanceName, _categoryData.
EnableReuse
, lifetime);