5 references to _keys
Microsoft.CodeAnalysis (5)
CommandLine\SarifV1ErrorLogger.cs (5)
239
public int Count =>
_keys
.Count;
250
if (
_keys
.TryGetValue(descriptor, out string? key))
259
_keys
.Add(descriptor, descriptor.Id);
273
_keys
.Add(descriptor, key);
286
foreach (var pair in
_keys
)