1 write to _scriptBytes
Microsoft.AspNetCore.Watch.BrowserRefresh (1)
BrowserScriptMiddleware.cs (1)
24_scriptBytes = scriptBytes;
2 references to _scriptBytes
Microsoft.AspNetCore.Watch.BrowserRefresh (2)
BrowserScriptMiddleware.cs (2)
26_contentLength = _scriptBytes.Length.ToString(CultureInfo.InvariantCulture); 37await context.Response.Body.WriteAsync(_scriptBytes, context.RequestAborted);