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