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