6 references to Updates
Microsoft.DotNet.HotReload.Web.Middleware.Package (6)
BlazorWasmHotReloadMiddleware.cs (6)
54
lock (
Updates
)
76
if (
Updates
.Count == 0)
82
await JsonSerializer.SerializeAsync(context.Response.Body,
Updates
, s_jsonSerializerOptions);
97
if (
Updates
is [] ||
Updates
[^1].Id < update.Id)
99
Updates
.Add(update);