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