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