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