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