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