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