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