1 write to _instType
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\PerformanceData\CounterSet.cs (1)
43
_instType
= instanceType;
2 references to _instType
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceData\CounterSet.cs (1)
227
CounterSetInfo->InstanceType = (uint)
_instType
;
System\Diagnostics\PerformanceData\CounterSetInstance.cs (1)
58
if (_counterSet.
_instType
== CounterSetInstanceType.Single)