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