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)
26private static readonly ConcurrentDictionary<Type, ParameterTypeCache> ParameterTypeCaches = new(); 158internal static ParameterTypeCache GetComponentParameters(Type componentType) 191var cacheForComponent = GetComponentParameters(componentType);