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