3 instantiations of FileTree
Aspire.Hosting (3)
ApplicationModel\ContainerFileSystemCallbackAnnotation.cs (3)
134
FileTree root = new
FileTree
165
var newNode = new
FileTree
186
node.Add(fileName, new
FileTree
7 references to FileTree
Aspire.Hosting (7)
ApplicationModel\ContainerFileSystemCallbackAnnotation.cs (7)
95
private class FileTree : Dictionary<string,
FileTree
>
99
public static IEnumerable<ContainerFileSystemItem> GetItems(KeyValuePair<string,
FileTree
> node)
134
FileTree
root = new FileTree
147
var
node = root;
150
if (node.TryGetValue(part, out
var
childNode))
165
var
newNode = new FileTree
192
return root.SelectMany(
FileTree
.GetItems);