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