1 write to EnableReuse
System (1)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
622
data.
EnableReuse
= (((PerformanceCounterCategoryOptions) options & PerformanceCounterCategoryOptions.EnableReuse) != 0);
1 reference to EnableReuse
System (1)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
118
this.counterEntryPointer = GetCounter(counterName, instanceName, categoryData.
EnableReuse
, lifetime);