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