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