1 instantiation of JSComponentParameter
Microsoft.AspNetCore.Components.Web (1)
JSComponents\JSComponentConfigurationStore.cs (1)
35
parameters[index++] = new
JSComponentParameter
(name, type.Type);
4 references to JSComponentParameter
Microsoft.AspNetCore.Components.Web (4)
JSComponents\JSComponentConfigurationStore.cs (3)
25
internal Dictionary<string,
JSComponentParameter
[]> JSComponentParametersByIdentifier { get; } = new(StringComparer.Ordinal);
31
var parameters = new
JSComponentParameter
[parameterTypes.Count];
51
[DynamicDependency(DynamicallyAccessedMemberTypes.PublicProperties, typeof(
JSComponentParameter
))]
WebRenderer.cs (1)
188
[JsonSerializable(typeof(Dictionary<string, JSComponentConfigurationStore.
JSComponentParameter
[]>))]