3 instantiations of FileTree
Aspire.Hosting (3)
ApplicationModel\ContainerFileSystemCallbackAnnotation.cs (3)
146FileTree root = new FileTree 177var newNode = new FileTree 198node.Add(fileName, new FileTree
7 references to FileTree
Aspire.Hosting (7)
ApplicationModel\ContainerFileSystemCallbackAnnotation.cs (7)
107private class FileTree : Dictionary<string, FileTree> 111public static IEnumerable<ContainerFileSystemItem> GetItems(KeyValuePair<string, FileTree> node) 146FileTree root = new FileTree 159var node = root; 162if (node.TryGetValue(part, out var childNode)) 177var newNode = new FileTree 204return root.SelectMany(FileTree.GetItems);