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