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