1 write to ParameterInfoByName
Microsoft.AspNetCore.Components.Web (1)
JSComponents\JSComponentInterop.cs (1)
202
ParameterInfoByName
= new(StringComparer.OrdinalIgnoreCase);
3 references to ParameterInfoByName
Microsoft.AspNetCore.Components.Web (3)
JSComponents\JSComponentConfigurationStore.cs (1)
30
var parameterTypes = JSComponentInterop.GetComponentParameters(componentType).
ParameterInfoByName
;
JSComponents\JSComponentInterop.cs (2)
192
return cacheForComponent.
ParameterInfoByName
.TryGetValue(parameterName, out parameterInfo);
208
ParameterInfoByName
.Add(propertyInfo.Name, new(propertyInfo.PropertyType));