1 instantiation of ComponentTypeInfoCacheEntry
Microsoft.AspNetCore.Components (1)
ComponentFactory.cs (1)
54cacheEntry = new ComponentTypeInfoCacheEntry(
4 references to ComponentTypeInfoCacheEntry
Microsoft.AspNetCore.Components (4)
ComponentFactory.cs (4)
25private static readonly ConcurrentDictionary<Type, ComponentTypeInfoCacheEntry> _cachedComponentTypeInfo = new(); 46private static ComponentTypeInfoCacheEntry GetComponentTypeInfo([DynamicallyAccessedMembers(Component)] Type componentType) 51if (!_cachedComponentTypeInfo.TryGetValue(componentType, out var cacheEntry)) 111var componentTypeInfo = GetComponentTypeInfo(instance.GetType());