3 instantiations of FileTree
Aspire.Hosting (3)
ApplicationModel\ContainerFileSystemCallbackAnnotation.cs (3)
140FileTree root = new FileTree 171var newNode = new FileTree 192node.Add(fileName, new FileTree
7 references to FileTree
Aspire.Hosting (7)
ApplicationModel\ContainerFileSystemCallbackAnnotation.cs (7)
101private class FileTree : Dictionary<string, FileTree> 105public static IEnumerable<ContainerFileSystemItem> GetItems(KeyValuePair<string, FileTree> node) 140FileTree root = new FileTree 153var node = root; 156if (node.TryGetValue(part, out var childNode)) 171var newNode = new FileTree 198return root.SelectMany(FileTree.GetItems);