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