1 write to LatestParameterView
Microsoft.AspNetCore.Components.Tests (1)
CascadingParameterTest.cs (1)
1004LatestParameterView = parameters.ToDictionary();
7 references to LatestParameterView
Microsoft.AspNetCore.Components.Tests (7)
CascadingParameterTest.cs (7)
747Assert.Equal(3, nestedComponent.LatestParameterView.Count); 748Assert.Contains("RegularParameter", nestedComponent.LatestParameterView.Keys); 749Assert.Contains("CascadingParameter", nestedComponent.LatestParameterView.Keys); 750Assert.Contains("SingleDeliveryCascadingParameter", nestedComponent.LatestParameterView.Keys); 772Assert.Equal(2, nestedComponent.LatestParameterView.Count); 773Assert.Contains("RegularParameter", nestedComponent.LatestParameterView.Keys); 774Assert.Contains("CascadingParameter", nestedComponent.LatestParameterView.Keys);