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