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