2 writes to OnAfterRenderAsyncLogic
Microsoft.AspNetCore.Components.Tests (2)
ComponentBaseTest.cs (2)
311component.OnAfterRenderAsyncLogic = async (c, firstRender) => 334component.OnAfterRenderAsyncLogic = async (c, firstRender) =>
2 references to OnAfterRenderAsyncLogic
Microsoft.AspNetCore.Components.Tests (2)
ComponentBaseTest.cs (2)
567if (OnAfterRenderAsyncLogic != null) 569await OnAfterRenderAsyncLogic(this, firstRender);