2 instantiations of TransientIO
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\TestCollectionGroup.cs (1)
230
this.ImmutableDisk = new
TransientIO
();
TransientIO.cs (1)
96
result = new
TransientIO
(this, subFolder);
9 references to TransientIO
Microsoft.Build.Engine.OM.UnitTests (9)
ObjectModelRemoting\Helpers\TestCollectionGroup.cs (2)
196
internal
TransientIO
Disk { get; }
197
protected
TransientIO
ImmutableDisk { get; }
TransientIO.cs (7)
16
private
TransientIO
Parent { get; }
18
private Dictionary<string,
TransientIO
> Children = new Dictionary<string,
TransientIO
>(StringComparer.OrdinalIgnoreCase);
39
private TransientIO(
TransientIO
parent, string subFolder)
91
public
TransientIO
GetSubFolder(string path)
94
if (!this.Children.TryGetValue(subFolder, out
var
result))
127
foreach (
var
child in this.Children.Values)