1 write to m_stringToId
System.Core (1)
System\Diagnostics\PerformanceData\CounterSet.cs (1)
63m_stringToId = new Dictionary<String, Int32>();
3 references to m_stringToId
System.Core (3)
System\Diagnostics\PerformanceData\CounterSet.cs (2)
151if (m_stringToId.ContainsKey(counterName)) { 158m_stringToId.Add(counterName, counterId);
System\Diagnostics\PerformanceData\CounterSetInstanceCounterDataSet.cs (1)
225Int32 CounterId = m_instance.m_counterSet.m_stringToId[counterName];