2 references to SuppressBrowserRefresh
Microsoft.DotNet.HotReload.Watch (2)
AppModels\WebApplicationAppModel.cs (1)
74logger.Log(MessageDescriptor.SkippingConfiguringBrowserRefresh_SuppressedViaEnvironmentVariable.WithSeverityWhen(MessageSeverity.Error, RequiresBrowserRefresh), EnvironmentVariables.Names.SuppressBrowserRefresh);
Context\EnvironmentVariables.cs (1)
39public static bool SuppressBrowserRefresh => ReadBool(Names.SuppressBrowserRefresh);