1 write to s_counts
Microsoft.Build.Utilities.Core (1)
Tracing.cs (1)
58s_counts = new Dictionary<string, int>();
6 references to s_counts
Microsoft.Build.Utilities.Core (6)
Tracing.cs (6)
84lock (s_counts) 107lock (s_counts) 110s_counts.TryGetValue(counter, out existing); 112s_counts[counter] = incremented; 146if (s_counts.Count > 0) 149foreach (KeyValuePair<string, int> count in s_counts)