3 references to ComponentCache
Microsoft.TemplateEngine.Edge (3)
Settings\ComponentManager.cs (3)
140if (ComponentCache.TryGetValue(typeof(T), out Dictionary<Guid, object> typeCache) && typeCache != null 280if (!ComponentCache.TryGetValue(type, out Dictionary<Guid, object> typeCache)) 283ComponentCache[type] = typeCache;