20 references to OnInitAsyncAsync
Microsoft.AspNetCore.Components.Tests (20)
RendererTest.cs (20)
246NestedAsyncComponent.ExecutionAction.On(0, NestedAsyncComponent.EventType.OnInitAsyncAsync, async:true),
253NestedAsyncComponent.ExecutionAction.On(1, NestedAsyncComponent.EventType.OnInitAsyncAsync, async:true),
405NestedAsyncComponent.ExecutionAction.On(0, NestedAsyncComponent.EventType.OnInitAsyncAsync, async:true),
412NestedAsyncComponent.ExecutionAction.On(1, NestedAsyncComponent.EventType.OnInitAsyncAsync),
449NestedAsyncComponent.ExecutionAction.On(0, NestedAsyncComponent.EventType.OnInitAsyncAsync, async:true),
456NestedAsyncComponent.ExecutionAction.On(1, NestedAsyncComponent.EventType.OnInitAsyncAsync, async:true),
493NestedAsyncComponent.ExecutionAction.On(0, NestedAsyncComponent.EventType.OnInitAsyncAsync, async:true),
500NestedAsyncComponent.ExecutionAction.On(1, NestedAsyncComponent.EventType.OnInitAsyncAsync, async:true),
507NestedAsyncComponent.ExecutionAction.On(2, NestedAsyncComponent.EventType.OnInitAsyncAsync, async:true),
514NestedAsyncComponent.ExecutionAction.On(3, NestedAsyncComponent.EventType.OnInitAsyncAsync, async:true),
3561Event = NestedAsyncComponent.EventType.OnInitAsyncAsync,
3594Event = NestedAsyncComponent.EventType.OnInitAsyncAsync,
3627Event = NestedAsyncComponent.EventType.OnInitAsyncAsync,
3661Event = NestedAsyncComponent.EventType.OnInitAsyncAsync,
3759Event = NestedAsyncComponent.EventType.OnInitAsyncAsync,
3771Event = NestedAsyncComponent.EventType.OnInitAsyncAsync,
3817Event = NestedAsyncComponent.EventType.OnInitAsyncAsync,
3828Event = NestedAsyncComponent.EventType.OnInitAsyncAsync,
5715e => e == (expectedId, NestedAsyncComponent.EventType.OnInitAsyncAsync) || e == (expectedId, NestedAsyncComponent.EventType.OnInitAsyncSync));
5790else if (TryGetEntry(EventType.OnInitAsyncAsync, out var entryAsync))