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