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