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 = () => 6006EventAction = () => Task.FromResult((id, @event)) 6014EventAction = async () =>
8 references to EventAction
Microsoft.AspNetCore.Components.Tests (8)
RendererTest.cs (8)
5910var result = entry.EventAction(); 5920var result = entrySync.EventAction(); 5926var result = await entryAsync.EventAction(); 5935var result = entry.EventAction(); 5946var result = entrySync.EventAction(); 5952var result = await entryAsync.EventAction(); 5967var result = entrySync.EventAction(); 5973var result = await entryAsync.EventAction();