2 writes to OnTestAsync
Microsoft.AspNetCore.Components.Tests (2)
RendererTest.cs (2)
834OnTestAsync = async (args) => 974nestedComponent.OnTestAsync = async (args) =>
2 references to OnTestAsync
Microsoft.AspNetCore.Components.Tests (2)
RendererTest.cs (2)
5381else if (OnTestAsync != null) 5383builder.AddAttribute(3, "ontest", OnTestAsync);