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