4 references to _counters
Microsoft.CodeAnalysis (4)
CommandLine\SarifV1ErrorLogger.cs (4)
256
if (!
_counters
.TryGetValue(descriptor.Id, out int counter))
258
_counters
.Add(descriptor.Id, 0);
269
_counters
[descriptor.Id] = ++counter;
271
} while (
_counters
.ContainsKey(key));