1 override of SuppressTimeouts
Microsoft.DotNet.HotReload.Client.Package (1)
Web\BrowserRefreshServer.cs (1)
42protected override bool SuppressTimeouts
1 reference to SuppressTimeouts
Microsoft.DotNet.HotReload.Client.Package (1)
Web\AbstractBrowserRefreshServer.cs (1)
152await Task.Delay(SuppressTimeouts ? TimeSpan.MaxValue : reportDelayInSeconds, progressCancellationSource.Token);