1 write to m_instType
System.Core (1)
System\Diagnostics\PerformanceData\CounterSet.cs (1)
59
m_instType
= instanceType;
2 references to m_instType
System.Core (2)
System\Diagnostics\PerformanceData\CounterSet.cs (1)
216
CounterSetInfo->InstanceType = (uint)
m_instType
;
System\Diagnostics\PerformanceData\CounterSetInstance.cs (1)
65
if (m_counterSet.
m_instType
== CounterSetInstanceType.Single) {