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)
28
logger.LogDebug("Middleware loaded. Script {scriptPath} ({size} B).", scriptPath,
_contentLength
);
34
context.Response.Headers["Content-Length"] =
_contentLength
;