3 instantiations of FileTree
Aspire.Hosting (3)
ApplicationModel\ContainerFileSystemCallbackAnnotation.cs (3)
117FileTree root = new FileTree 148var newNode = new FileTree 169node.Add(fileName, new FileTree
7 references to FileTree
Aspire.Hosting (7)
ApplicationModel\ContainerFileSystemCallbackAnnotation.cs (7)
78private class FileTree : Dictionary<string, FileTree> 82public static IEnumerable<ContainerFileSystemItem> GetItems(KeyValuePair<string, FileTree> node) 117FileTree root = new FileTree 130var node = root; 133if (node.TryGetValue(part, out var childNode)) 148var newNode = new FileTree 175return root.SelectMany(FileTree.GetItems);