17 writes to EventAction
Microsoft.AspNetCore.Components.Tests (17)
RendererTest.cs (17)
3562
EventAction
= () => throw exception,
3595
EventAction
= () => throw exception,
3628
EventAction
= () => Task.FromException<(int, NestedAsyncComponent.EventType)>(exception),
3662
EventAction
= async () =>
3760
EventAction
= async () =>
3772
EventAction
= async () =>
3818
EventAction
= () =>
3829
EventAction
= () =>
3872
EventAction
= () =>
3883
EventAction
= () =>
3926
EventAction
= async () =>
3938
EventAction
= async () =>
4056
EventAction
= () => tcs.Task,
4090
EventAction
= () => tcs.Task,
4127
EventAction
= () =>
5872
EventAction
= () => Task.FromResult((id, @event))
5880
EventAction
= async () =>
8 references to EventAction
Microsoft.AspNetCore.Components.Tests (8)
RendererTest.cs (8)
5776
var result = entry.
EventAction
();
5786
var result = entrySync.
EventAction
();
5792
var result = await entryAsync.
EventAction
();
5801
var result = entry.
EventAction
();
5812
var result = entrySync.
EventAction
();
5818
var result = await entryAsync.
EventAction
();
5833
var result = entrySync.
EventAction
();
5839
var result = await entryAsync.
EventAction
();