6 writes to OnInitAsyncLogic
Microsoft.AspNetCore.Components.Tests (6)
ComponentBaseTest.cs (6)
43
component.
OnInitAsyncLogic
= c =>
67
component.
OnInitAsyncLogic
= c =>
195
component.
OnInitAsyncLogic
= c => initTask.Task;
238
component.
OnInitAsyncLogic
= _ => initTask.Task;
360
component.
OnInitAsyncLogic
= async _ =>
424
var component = new TestComponent {
OnInitAsyncLogic
= _ => Task.FromException(expected) };
2 references to OnInitAsyncLogic
Microsoft.AspNetCore.Components.Tests (2)
ComponentBaseTest.cs (2)
518
if (
OnInitAsyncLogic
!= null)
520
await
OnInitAsyncLogic
.Invoke(this);