1 write to _contentLength
Microsoft.AspNetCore.Watch.BrowserRefresh (1)
BrowserScriptMiddleware.cs (1)
26_contentLength = _scriptBytes.Length.ToString(CultureInfo.InvariantCulture);
2 references to _contentLength
Microsoft.AspNetCore.Watch.BrowserRefresh (2)
BrowserScriptMiddleware.cs (2)
28logger.LogDebug("Middleware loaded. Script {scriptPath} ({size} B).", scriptPath, _contentLength); 34context.Response.Headers["Content-Length"] = _contentLength;