2 writes to root
Microsoft.Build.Engine.OM.UnitTests (2)
TransientIO.cs (2)
25
this.
root
= new DirectoryInfo(
127
this.
root
= null;
6 references to root
Microsoft.Build.Engine.OM.UnitTests (6)
TransientIO.cs (6)
23
if (this.
root
== null)
31
return this.
root
;
48
if (this.
root
== null || path == null)
115
if (this.
root
!= null && Directory.Exists(this.
root
.FullName))
119
FileUtilities.DeleteDirectoryNoThrow(this.
root
.FullName, true);