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
= () =>
5996
EventAction
= () => Task.FromResult((id, @event))
6004
EventAction
= async () =>
8 references to EventAction
Microsoft.AspNetCore.Components.Tests (8)
RendererTest.cs (8)
5900
var result = entry.
EventAction
();
5910
var result = entrySync.
EventAction
();
5916
var result = await entryAsync.
EventAction
();
5925
var result = entry.
EventAction
();
5936
var result = entrySync.
EventAction
();
5942
var result = await entryAsync.
EventAction
();
5957
var result = entrySync.
EventAction
();
5963
var result = await entryAsync.
EventAction
();