1 write to Cascading
Microsoft.AspNetCore.Components.Tests (1)
ParameterViewTest.Assignment.cs (1)
461Cascading = "bye",
3 references to Cascading
Microsoft.AspNetCore.Components.Tests (3)
ParameterViewTest.Assignment.cs (3)
465{ nameof(HasCaptureUnmatchedValuesPropertyAndCascadingParameter.Cascading), "hi" }, 475Assert.Equal(nameof(HasCaptureUnmatchedValuesPropertyAndCascadingParameter.Cascading), kvp.Key); 478Assert.Equal("bye", target.Cascading);