1 write to _lazyHost
Microsoft.Extensions.DotNetDeltaApplier.Tests (1)
AbstractBrowserRefreshServer.cs (1)
76
_lazyHost
= await CreateAndStartHostAsync(cancellationToken);
6 references to _lazyHost
Microsoft.Extensions.DotNetDeltaApplier.Tests (6)
AbstractBrowserRefreshServer.cs (6)
59
_lazyHost
?.Dispose();
71
if (
_lazyHost
!= null)
77
logger.Log(LogEvents.RefreshServerRunningAt, string.Join(",",
_lazyHost
.EndPoints));
82
if (
_lazyHost
== null)
87
builder[MiddlewareEnvironmentVariables.AspNetCoreAutoReloadWSEndPoint] = string.Join(",",
_lazyHost
.EndPoints);
89
builder[MiddlewareEnvironmentVariables.AspNetCoreAutoReloadVirtualDirectory] =
_lazyHost
.VirtualDirectory;