2 writes to OnTestAsync
Microsoft.AspNetCore.Components.Tests (2)
RendererTest.cs (2)
833
OnTestAsync
= async (args) =>
973
nestedComponent.
OnTestAsync
= async (args) =>
2 references to OnTestAsync
Microsoft.AspNetCore.Components.Tests (2)
RendererTest.cs (2)
5318
else if (
OnTestAsync
!= null)
5320
builder.AddAttribute(3, "ontest",
OnTestAsync
);