10 references to SigningToolErrorCode
Microsoft.DotNet.SignTool (10)
src\Configuration.cs (9)
73private readonly Dictionary<SigningToolErrorCode, HashSet<SignedFileContentKey>> _errors; 144_errors = new Dictionary<SigningToolErrorCode, HashSet<SignedFileContentKey>>(); 188case SigningToolErrorCode.SIGN002: 576LogError(SigningToolErrorCode.SIGN002, signedFileContentKey); 643SigningToolErrorCode code; 646code = SigningToolErrorCode.SIGN001; 651code = SigningToolErrorCode.SIGN004; 669private void LogWarning(SigningToolErrorCode code, string message) 672private void LogError(SigningToolErrorCode code, SignedFileContentKey targetFile)
src\SignToolTask.cs (1)
206warningCode: SigningToolErrorCode.SIGN003.ToString(),