1 write to _instName
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\PerformanceData\CounterSetInstance.cs (1)
31
_instName
= instanceName;
4 references to _instName
System.Diagnostics.PerformanceCounter (4)
System\Diagnostics\PerformanceData\CounterSetInstance.cs (2)
36
_counterSet._provider._hProvider, ref _counterSet._counterSet,
_instName
, 0);
52
throw new ArgumentException(SR.Format(SR.Perflib_Argument_InstanceAlreadyExists,
_instName
, _counterSet._counterSet), nameof(instanceName));
System\Diagnostics\PerformanceData\CounterSetInstanceCounterDataSet.cs (2)
128
throw new InsufficientMemoryException(SR.Format(SR.Perflib_InsufficientMemory_InstanceCounterBlock, _instance._counterSet._counterSet, _instance.
_instName
));
153
(uint)Interop.Errors.ERROR_NOT_FOUND => new InvalidOperationException(SR.Format(SR.Perflib_InvalidOperation_CounterRefValue, _instance._counterSet._counterSet, CounterDef.Key, _instance.
_instName
)),