6 writes to OnParametersSetAsyncLogic
Microsoft.AspNetCore.Components.Tests (6)
ComponentBaseTest.cs (6)
110component.OnParametersSetAsyncLogic = c => 134component.OnParametersSetAsyncLogic = c => 159component.OnParametersSetAsyncLogic = c => parametersSetTask.Task; 196component.OnParametersSetAsyncLogic = c => parametersSetTask.Task; 382component.OnParametersSetAsyncLogic = _ => onParametersSetTask.Task; 456var component = new TestComponent { OnParametersSetAsyncLogic = _ => Task.FromException(expected) };
2 references to OnParametersSetAsyncLogic
Microsoft.AspNetCore.Components.Tests (2)
ComponentBaseTest.cs (2)
541if (OnParametersSetAsyncLogic != null) 543await OnParametersSetAsyncLogic(this);