5 references to _keys
Microsoft.CodeAnalysis (5)
CommandLine\SarifV1ErrorLogger.cs (5)
243
public int Count =>
_keys
.Count;
254
if (
_keys
.TryGetValue(descriptor, out string? key))
263
_keys
.Add(descriptor, descriptor.Id);
277
_keys
.Add(descriptor, key);
290
foreach (var pair in
_keys
)