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