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; 502component.OnParametersSetAsyncLogic = _ => onParametersSetTask.Task; 576var component = new TestComponent { OnParametersSetAsyncLogic = _ => Task.FromException(expected) };
2 references to OnParametersSetAsyncLogic
Microsoft.AspNetCore.Components.Tests (2)
ComponentBaseTest.cs (2)
670if (OnParametersSetAsyncLogic != null) 672await OnParametersSetAsyncLogic(this);