20 references to OnInitAsyncAsync
Microsoft.AspNetCore.Components.Tests (20)
RendererTest.cs (20)
245NestedAsyncComponent.ExecutionAction.On(0, NestedAsyncComponent.EventType.OnInitAsyncAsync, async:true),
252NestedAsyncComponent.ExecutionAction.On(1, NestedAsyncComponent.EventType.OnInitAsyncAsync, async:true),
404NestedAsyncComponent.ExecutionAction.On(0, NestedAsyncComponent.EventType.OnInitAsyncAsync, async:true),
411NestedAsyncComponent.ExecutionAction.On(1, NestedAsyncComponent.EventType.OnInitAsyncAsync),
448NestedAsyncComponent.ExecutionAction.On(0, NestedAsyncComponent.EventType.OnInitAsyncAsync, async:true),
455NestedAsyncComponent.ExecutionAction.On(1, NestedAsyncComponent.EventType.OnInitAsyncAsync, async:true),
492NestedAsyncComponent.ExecutionAction.On(0, NestedAsyncComponent.EventType.OnInitAsyncAsync, async:true),
499NestedAsyncComponent.ExecutionAction.On(1, NestedAsyncComponent.EventType.OnInitAsyncAsync, async:true),
506NestedAsyncComponent.ExecutionAction.On(2, NestedAsyncComponent.EventType.OnInitAsyncAsync, async:true),
513NestedAsyncComponent.ExecutionAction.On(3, NestedAsyncComponent.EventType.OnInitAsyncAsync, async:true),
3560Event = NestedAsyncComponent.EventType.OnInitAsyncAsync,
3593Event = NestedAsyncComponent.EventType.OnInitAsyncAsync,
3626Event = NestedAsyncComponent.EventType.OnInitAsyncAsync,
3660Event = NestedAsyncComponent.EventType.OnInitAsyncAsync,
3758Event = NestedAsyncComponent.EventType.OnInitAsyncAsync,
3770Event = NestedAsyncComponent.EventType.OnInitAsyncAsync,
3816Event = NestedAsyncComponent.EventType.OnInitAsyncAsync,
3827Event = NestedAsyncComponent.EventType.OnInitAsyncAsync,
5652e => e == (expectedId, NestedAsyncComponent.EventType.OnInitAsyncAsync) || e == (expectedId, NestedAsyncComponent.EventType.OnInitAsyncSync));
5727else if (TryGetEntry(EventType.OnInitAsyncAsync, out var entryAsync))