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