2 writes to m_counters
System.Core (2)
System\Diagnostics\PerformanceData\CounterSetInstance.cs (2)
49m_counters = new CounterSetInstanceCounterDataSet(this); 95m_counters = null;
3 references to m_counters
System.Core (3)
System\Diagnostics\PerformanceData\CounterSetInstance.cs (3)
93if (m_counters != null) { 94m_counters.Dispose(); 119get { return m_counters; }