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 = () => 5872EventAction = () => Task.FromResult((id, @event)) 5880EventAction = async () =>
8 references to EventAction
Microsoft.AspNetCore.Components.Tests (8)
RendererTest.cs (8)
5776var result = entry.EventAction(); 5786var result = entrySync.EventAction(); 5792var result = await entryAsync.EventAction(); 5801var result = entry.EventAction(); 5812var result = entrySync.EventAction(); 5818var result = await entryAsync.EventAction(); 5833var result = entrySync.EventAction(); 5839var result = await entryAsync.EventAction();