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();
68
if (
_lazyHost
!= null)
74
logger.Log(LogEvents.RefreshServerRunningAt, string.Join(",",
_lazyHost
.EndPoints));
79
if (
_lazyHost
== null)
84
builder[MiddlewareEnvironmentVariables.AspNetCoreAutoReloadWSEndPoint] = string.Join(",",
_lazyHost
.EndPoints);
86
builder[MiddlewareEnvironmentVariables.AspNetCoreAutoReloadVirtualDirectory] =
_lazyHost
.VirtualDirectory;