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