17 writes to EventAction
Microsoft.AspNetCore.Components.Tests (17)
RendererTest.cs (17)
3561EventAction = () => throw exception, 3594EventAction = () => throw exception, 3627EventAction = () => Task.FromException<(int, NestedAsyncComponent.EventType)>(exception), 3661EventAction = async () => 3759EventAction = async () => 3771EventAction = async () => 3817EventAction = () => 3828EventAction = () => 3871EventAction = () => 3882EventAction = () => 3925EventAction = async () => 3937EventAction = async () => 4055EventAction = () => tcs.Task, 4089EventAction = () => tcs.Task, 4126EventAction = () => 5809EventAction = () => Task.FromResult((id, @event)) 5817EventAction = async () =>
8 references to EventAction
Microsoft.AspNetCore.Components.Tests (8)
RendererTest.cs (8)
5713var result = entry.EventAction(); 5723var result = entrySync.EventAction(); 5729var result = await entryAsync.EventAction(); 5738var result = entry.EventAction(); 5749var result = entrySync.EventAction(); 5755var result = await entryAsync.EventAction(); 5770var result = entrySync.EventAction(); 5776var result = await entryAsync.EventAction();