1 write to Disk
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\Helpers\TestCollectionGroup.cs (1)
231
this.
Disk
= this.ImmutableDisk.GetSubFolder("Mutable");
8 references to Disk
Microsoft.Build.Engine.OM.UnitTests (8)
ObjectModelRemoting\Helpers\TestCollectionGroup.cs (1)
278
this.
Disk
.Clear();
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (5)
42
var tempPath = this.StdGroup.
Disk
.GetAbsolutePath(path);
59
xmlPair.VerifySetter(this.StdGroup.
Disk
.GetAbsolutePath("tempRenamed"), (p) => p.FullPath, (p, v) => p.FullPath = v);
68
var newImport = this.StdGroup.
Disk
.GetAbsolutePath("import");
69
var newItem = this.StdGroup.
Disk
.GetAbsolutePath("newfile.cpp");
70
var newItemWithMetadata = this.StdGroup.
Disk
.GetAbsolutePath("newfile2.cpp");
ObjectModelRemoting\LinkedEvaluationModify_Tests.cs (1)
44
var savedPath = this.StdGroup.
Disk
.GetAbsolutePath("Saved.proj");
ObjectModelRemoting\LinkedSpecialCasesScenarios.cs (1)
79
var tempPath = this.StdGroup.
Disk
.GetAbsolutePath(path);