3 instantiations of FileTree
Aspire.Hosting (3)
ApplicationModel\ContainerFileSystemCallbackAnnotation.cs (3)
139FileTree root = new FileTree 170var newNode = new FileTree 191node.Add(fileName, new FileTree
7 references to FileTree
Aspire.Hosting (7)
ApplicationModel\ContainerFileSystemCallbackAnnotation.cs (7)
100private class FileTree : Dictionary<string, FileTree> 104public static IEnumerable<ContainerFileSystemItem> GetItems(KeyValuePair<string, FileTree> node) 139FileTree root = new FileTree 152var node = root; 155if (node.TryGetValue(part, out var childNode)) 170var newNode = new FileTree 197return root.SelectMany(FileTree.GetItems);