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