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