2 writes to root
Microsoft.Build.Engine.OM.UnitTests (2)
TransientIO.cs (2)
24
this.
root
= new DirectoryInfo(
126
this.
root
= null;
6 references to root
Microsoft.Build.Engine.OM.UnitTests (6)
TransientIO.cs (6)
22
if (this.
root
== null)
30
return this.
root
;
47
if (this.
root
== null || path == null)
114
if (this.
root
!= null && Directory.Exists(this.
root
.FullName))
118
FileUtilities.DeleteDirectoryNoThrow(this.
root
.FullName, true);