5 writes to OnExceptionHandled
Microsoft.AspNetCore.Components.Tests (5)
RendererTest.cs (5)
2383OnExceptionHandled = () => semaphore.Release() 2428OnExceptionHandled = () => semaphore.Release() 2505renderer.OnExceptionHandled += () => semaphore.Release(); 3709OnExceptionHandled = @event.Set, 4900OnExceptionHandled = () => autoResetEvent.Set()
1 reference to OnExceptionHandled
Microsoft.AspNetCore.Components.Tests (1)
src\Components\Shared\test\TestRenderer.cs (1)
108OnExceptionHandled?.Invoke();