1 write to _msbuildPath
Microsoft.DotNet.SignTool (1)
src\RealSignTool.cs (1)
40
_msbuildPath
= args.MSBuildPath;
2 references to _msbuildPath
Microsoft.DotNet.SignTool (2)
src\RealSignTool.cs (2)
48
if (
_msbuildPath
== null && _dotnetPath == null)
59
processFileName =
_msbuildPath
;