1 write to _aspnetcoreBrowserTools
Microsoft.AspNetCore.Watch.BrowserRefresh (1)
BrowserRefreshMiddleware.cs (1)
210_aspnetcoreBrowserTools = aspnetcoreBrowserTools;
3 references to _aspnetcoreBrowserTools
Microsoft.AspNetCore.Watch.BrowserRefresh (3)
BrowserRefreshMiddleware.cs (3)
26logger.LogDebug("Middleware loaded: DOTNET_MODIFIABLE_ASSEMBLIES={ModifiableAssemblies}, __ASPNETCORE_BROWSER_TOOLS={BrowserTools}", _dotnetModifiableAssemblies, _aspnetcoreBrowserTools); 104if (_aspnetcoreBrowserTools != null) 106context.Response.Headers.Append("ASPNETCORE-BROWSER-TOOLS", _aspnetcoreBrowserTools);