3 writes to _count
Microsoft.CodeAnalysis.Workspaces (3)
Log\CountLogAggregator.cs (3)
47
=>
_count
= count;
53
Interlocked.Increment(ref
_count
);
60
Interlocked.Add(ref
_count
, value);
1 reference to _count
Microsoft.CodeAnalysis.Workspaces (1)
Log\CountLogAggregator.cs (1)
64
=>
_count
;