3 references to GetCascadingParameterValue
Microsoft.AspNetCore.Components.Tests (3)
CascadingParameterTest.cs (3)
485
Assert.Same(component.
GetCascadingParameterValue
(), anotherConsumer.
GetCascadingParameterValue
());
710
Assert.Same(updatedValue, component.
GetCascadingParameterValue
());