2 references to EndPoints
Microsoft.DotNet.HotReload.Watch (2)
AbstractBrowserRefreshServer.cs (2)
74
logger.Log(LogEvents.RefreshServerRunningAt, string.Join(",", _lazyHost.
EndPoints
));
84
builder[MiddlewareEnvironmentVariables.AspNetCoreAutoReloadWSEndPoint] = string.Join(",", _lazyHost.
EndPoints
);