1 write to _dotnetTimeout
Microsoft.DotNet.SignTool (1)
src\RealSignTool.cs (1)
46_dotnetTimeout = args.DotNetTimeout;
3 references to _dotnetTimeout
Microsoft.DotNet.SignTool (3)
src\RealSignTool.cs (3)
81if (!process.WaitForExit(_dotnetTimeout)) 84_log.LogMessage(MessageImportance.High, $"MSBuild process did not exit within '{_dotnetTimeout}' ms."); 86_log.LogError($"MSBuild process did not exit within '{_dotnetTimeout}' ms.");