1 reference to GetDependentsMap
Microsoft.TemplateEngine.Utils (1)
DirectedGraph.cs (1)
22
_dependentsMap = new Lazy<Dictionary<T, HashSet<T>>>(() =>
GetDependentsMap
(_dependenciesMap, _vertices));