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