1 write to _componentIdsByType
Microsoft.TemplateEngine.Edge (1)
Settings\ComponentManager.cs (1)
40
_componentIdsByType
= new Dictionary<Type, HashSet<Guid>>();
7 references to _componentIdsByType
Microsoft.TemplateEngine.Edge (7)
Settings\ComponentManager.cs (7)
47
_componentIdsByType
[interfaceType] = bucket.Value;
72
if (!
_componentIdsByType
.TryGetValue(typeof(T), out HashSet<Guid> ids))
76
_componentIdsByType
[typeof(T)] = ids;
220
if (!
_componentIdsByType
.TryGetValue(interfaceType, out HashSet<Guid> idsForInterfaceType))
222
_componentIdsByType
[interfaceType] = idsForInterfaceType = new HashSet<Guid>();
287
if (!
_componentIdsByType
.TryGetValue(type, out HashSet<Guid> ids))
290
_componentIdsByType
[type] = ids;