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