1 write to _errors
Microsoft.DotNet.SignTool (1)
src\Configuration.cs (1)
142_errors = new Dictionary<SigningToolErrorCode, HashSet<SignedFileContentKey>>();
4 references to _errors
Microsoft.DotNet.SignTool (4)
src\Configuration.cs (4)
177if (_errors.Any()) 181foreach (var errorGroup in _errors) 598if (!_errors.TryGetValue(code, out var filesErrored)) 604_errors[code] = filesErrored;