1 write to _lazyHost
Microsoft.DotNet.HotReload.Watch (1)
AbstractBrowserRefreshServer.cs (1)
73_lazyHost = await CreateAndStartHostAsync(cancellationToken);
6 references to _lazyHost
Microsoft.DotNet.HotReload.Watch (6)
AbstractBrowserRefreshServer.cs (6)
56_lazyHost?.Dispose(); 68if (_lazyHost != null) 74logger.Log(LogEvents.RefreshServerRunningAt, string.Join(",", _lazyHost.EndPoints)); 79if (_lazyHost == null) 84builder[MiddlewareEnvironmentVariables.AspNetCoreAutoReloadWSEndPoint] = string.Join(",", _lazyHost.EndPoints); 86builder[MiddlewareEnvironmentVariables.AspNetCoreAutoReloadVirtualDirectory] = _lazyHost.VirtualDirectory;