1 write to _dotnetPath
Microsoft.DotNet.SignTool (1)
src\RealSignTool.cs (1)
41
_dotnetPath
= args.DotNetPath;
2 references to _dotnetPath
Microsoft.DotNet.SignTool (2)
src\RealSignTool.cs (2)
48
if (_msbuildPath == null &&
_dotnetPath
== null)
55
string processFileName =
_dotnetPath
;