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);
37
await context.Response.Body.WriteAsync(
_scriptBytes
, context.RequestAborted);