2 references to GetOrCreateBrowserRefreshServerAsync
dotnet-watch (1)
Watch\DotNetWatcher.cs (1)
66
? await context.BrowserRefreshServerFactory.
GetOrCreateBrowserRefreshServerAsync
(projectRootNode, webAppModel, shutdownCancellationToken)
Microsoft.DotNet.HotReload.Watch (1)
AppModels\WebApplicationAppModel.cs (1)
30
var browserRefreshServer = await context.BrowserRefreshServerFactory.
GetOrCreateBrowserRefreshServerAsync
(LaunchingProject, this, cancellationToken);