1 write to SNBinaryPath
Microsoft.DotNet.SignTool (1)
src\SignToolArgs.cs (1)
30
SNBinaryPath
= snBinaryPath;
2 references to SNBinaryPath
Microsoft.DotNet.SignTool (2)
src\RealSignTool.cs (1)
44
_snPath = args.
SNBinaryPath
;
src\SignTool.cs (1)
252
return StrongNameHelper.Sign(file.FullPath, file.SignInfo.StrongName, _args.
SNBinaryPath
);