1 write to _errors
Microsoft.DotNet.SignTool (1)
src\Configuration.cs (1)
139_errors = new Dictionary<SigningToolErrorCode, HashSet<SignedFileContentKey>>();
4 references to _errors
Microsoft.DotNet.SignTool (4)
src\Configuration.cs (4)
174if (_errors.Any()) 178foreach (var errorGroup in _errors) 585if (!_errors.TryGetValue(code, out var filesErrored)) 591_errors[code] = filesErrored;