1 write to _dependentsMap
Microsoft.TemplateEngine.Utils (1)
DirectedGraph.cs (1)
22_dependentsMap = new Lazy<Dictionary<T, HashSet<T>>>(() => GetDependentsMap(_dependenciesMap, _vertices));
3 references to _dependentsMap
Microsoft.TemplateEngine.Utils (3)
DirectedGraph.cs (3)
53var dependentsMap = _dependentsMap.Value; 75var dependentsMap = _dependentsMap.Value; 99var dependentsMap = _dependentsMap.Value;