17 writes to EventAction
Microsoft.AspNetCore.Components.Tests (17)
RendererTest.cs (17)
3562EventAction = () => throw exception, 3595EventAction = () => throw exception, 3628EventAction = () => Task.FromException<(int, NestedAsyncComponent.EventType)>(exception), 3662EventAction = async () => 3760EventAction = async () => 3772EventAction = async () => 3818EventAction = () => 3829EventAction = () => 3872EventAction = () => 3883EventAction = () => 3926EventAction = async () => 3938EventAction = async () => 4056EventAction = () => tcs.Task, 4090EventAction = () => tcs.Task, 4127EventAction = () => 5996EventAction = () => Task.FromResult((id, @event)) 6004EventAction = async () =>
8 references to EventAction
Microsoft.AspNetCore.Components.Tests (8)
RendererTest.cs (8)
5900var result = entry.EventAction(); 5910var result = entrySync.EventAction(); 5916var result = await entryAsync.EventAction(); 5925var result = entry.EventAction(); 5936var result = entrySync.EventAction(); 5942var result = await entryAsync.EventAction(); 5957var result = entrySync.EventAction(); 5963var result = await entryAsync.EventAction();