2 writes to OnParametersSetLogic
Microsoft.AspNetCore.Components.Tests (2)
ComponentBaseTest.cs (2)
90component.OnParametersSetLogic = c => onParametersSetRuns++; 440var component = new TestComponent { OnParametersSetLogic = _ => throw expected };
1 reference to OnParametersSetLogic
Microsoft.AspNetCore.Components.Tests (1)
ComponentBaseTest.cs (1)
531OnParametersSetLogic?.Invoke(this);