10 references to CascadingParameterInfo
Microsoft.AspNetCore.Components (1)
CascadingParameterState.cs (1)
127result.Add(new CascadingParameterInfo(
Microsoft.AspNetCore.Components.Tests (8)
ParameterViewTest.Assignment.cs (1)
769cascadingParameters.Add(new CascadingParameterState(new(null, name, value.GetType()), new TestCascadingValueProvider(value)));
ParameterViewTest.cs (6)
98new CascadingParameterState(new(null, "attribute 2", attribute2Value.GetType()), new TestCascadingValue(attribute2Value)), 99new CascadingParameterState(new(null, "attribute 3", attribute3Value.GetType()), new TestCascadingValue(attribute3Value)), 193new CascadingParameterState(new(null, "another entry", typeof(object)), new TestCascadingValue(null)) 308new CascadingParameterState(new(null, "unrelated value 2", typeof(object)), new TestCascadingValue(null)), 309new CascadingParameterState(new(null, "my entry", myEntryValue.GetType()), new TestCascadingValue(myEntryValue)), 310new CascadingParameterState(new(null, "unrelated value 3", typeof(object)), new TestCascadingValue(null)),
PersistentStateValueProviderTests.cs (1)
588return new CascadingParameterInfo(
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (1)
19private static readonly CascadingParameterInfo _findFormMappingContext = new CascadingParameterInfo(