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