2 overrides of SuppressTimeouts
dotnet-watch (1)
BrowserRefreshServer.cs (1)
42protected override bool SuppressTimeouts
dotnet-watch.Tests (1)
TestUtilities\TestBrowserRefreshServer.cs (1)
16protected override bool SuppressTimeouts => true;
1 reference to SuppressTimeouts
dotnet-watch (1)
AbstractBrowserRefreshServer.cs (1)
152await Task.Delay(SuppressTimeouts ? TimeSpan.MaxValue : reportDelayInSeconds, progressCancellationSource.Token);