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