1 write to _errors
Microsoft.DotNet.SignTool (1)
src\Configuration.cs (1)
144_errors = new Dictionary<SigningToolErrorCode, HashSet<SignedFileContentKey>>();
4 references to _errors
Microsoft.DotNet.SignTool (4)
src\Configuration.cs (4)
180if (_errors.Any()) 184foreach (var errorGroup in _errors) 620if (!_errors.TryGetValue(code, out var filesErrored)) 626_errors[code] = filesErrored;