1 write to SNBinaryPath
Microsoft.DotNet.SignTool (1)
src\SignToolArgs.cs (1)
26SNBinaryPath = snBinaryPath;
4 references to SNBinaryPath
Microsoft.DotNet.SignTool (4)
src\RealSignTool.cs (1)
38_snPath = args.SNBinaryPath;
src\SignTool.cs (3)
54if (!File.Exists(_args.SNBinaryPath) || !_args.SNBinaryPath.EndsWith("sn.exe")) 65FileName = _args.SNBinaryPath,