1 instantiation of ParameterTypeCache
Microsoft.AspNetCore.Components.Web (1)
JSComponents\JSComponentInterop.cs (1)
159
=> ParameterTypeCaches.GetOrAdd(componentType, static type => new
ParameterTypeCache
(type));
3 references to ParameterTypeCache
Microsoft.AspNetCore.Components.Web (3)
JSComponents\JSComponentInterop.cs (3)
26
private static readonly ConcurrentDictionary<Type,
ParameterTypeCache
> ParameterTypeCaches = new();
158
internal static
ParameterTypeCache
GetComponentParameters(Type componentType)
191
var
cacheForComponent = GetComponentParameters(componentType);