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