5 writes to OnExceptionHandled
Microsoft.AspNetCore.Components.Tests (5)
RendererTest.cs (5)
2382OnExceptionHandled = () => semaphore.Release() 2427OnExceptionHandled = () => semaphore.Release() 2504renderer.OnExceptionHandled += () => semaphore.Release(); 3708OnExceptionHandled = @event.Set, 4899OnExceptionHandled = () => autoResetEvent.Set()
1 reference to OnExceptionHandled
Microsoft.AspNetCore.Components.Tests (1)
src\Components\Shared\test\TestRenderer.cs (1)
108OnExceptionHandled?.Invoke();