1 write to _errors
Microsoft.DotNet.SignTool (1)
src\Configuration.cs (1)
145_errors = new Dictionary<SigningToolErrorCode, HashSet<SignedFileContentKey>>();
4 references to _errors
Microsoft.DotNet.SignTool (4)
src\Configuration.cs (4)
182if (_errors.Any()) 186foreach (var errorGroup in _errors) 652if (!_errors.TryGetValue(code, out var filesErrored)) 658_errors[code] = filesErrored;