3 references to SuppressBrowserRefresh
Microsoft.DotNet.HotReload.Watch (3)
AppModels\WebApplicationAppModel.cs (2)
74logger.Log(MessageDescriptor.BrowserRefreshSuppressedViaEnvironmentVariable_ApplicationWillBeRestarted, EnvironmentVariables.Names.SuppressBrowserRefresh); 78logger.Log(MessageDescriptor.BrowserRefreshSuppressedViaEnvironmentVariable_ManualRefreshRequired, EnvironmentVariables.Names.SuppressBrowserRefresh);
Context\EnvironmentVariables.cs (1)
57public static bool SuppressBrowserRefresh => ReadBool(Names.SuppressBrowserRefresh);