1 write to _errors
Microsoft.DotNet.SignTool (1)
src\Configuration.cs (1)
134_errors = new Dictionary<SigningToolErrorCode, HashSet<SignedFileContentKey>>();
4 references to _errors
Microsoft.DotNet.SignTool (4)
src\Configuration.cs (4)
169if (_errors.Any()) 173foreach (var errorGroup in _errors) 520if (!_errors.TryGetValue(code, out var filesErrored)) 526_errors[code] = filesErrored;