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