1 write to _middleware
Microsoft.AspNetCore.Watch.BrowserRefresh.Tests (1)
BlazorWasmHotReloadMiddlewareTest.cs (1)
19_middleware = new BlazorWasmHotReloadMiddleware(context => throw new TimeZoneNotFoundException(), _logger);
11 references to _middleware
Microsoft.AspNetCore.Watch.BrowserRefresh.Tests (11)
BlazorWasmHotReloadMiddlewareTest.cs (11)
53await _middleware.InvokeAsync(context); 55AssertUpdates([update], _middleware.Updates); 99await _middleware.InvokeAsync(context); 104await _middleware.InvokeAsync(context); 106AssertUpdates(updates, _middleware.Updates); 139await _middleware.InvokeAsync(context); 176await _middleware.InvokeAsync(context); 178AssertUpdates([update, newUpdate], _middleware.Updates); 187await _middleware.InvokeAsync(context); 225_middleware.Updates.AddRange(updates); 227await _middleware.InvokeAsync(context);