2 references to DebugProxyLaunchTimeout
Microsoft.AspNetCore.Components.WebAssembly.Server (2)
DebugProxyLauncher.cs (2)
75using var cts = new CancellationTokenSource(DebugProxyLaunchTimeout); 89tcs.TrySetException(new TimeoutException($"Failed to start the debug proxy within the timeout period of {DebugProxyLaunchTimeout.TotalSeconds} seconds."));