6 writes to _directory
Microsoft.Build (6)
Construction\ProjectRootElement.cs (6)
179_directory = NativeMethodsShared.GetCurrentDirectory(); 204_directory = NativeMethodsShared.GetCurrentDirectory(); 261_directory = NativeMethodsShared.GetCurrentDirectory(); 397internal set => _directory = value; 438_directory = Path.GetDirectoryName(newFullPath); 2109_directory = Path.GetDirectoryName(fullPath);
1 reference to _directory
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
396get => Link != null ? RootLink.DirectoryPath : _directory ?? String.Empty;