1 write to EnableReuse
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\SharedPerformanceCounter.cs (1)
643data.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);