6 writes to _directory
Microsoft.Build (6)
Construction\ProjectRootElement.cs (6)
171_directory = NativeMethodsShared.GetCurrentDirectory(); 188_directory = NativeMethodsShared.GetCurrentDirectory(); 245_directory = NativeMethodsShared.GetCurrentDirectory(); 379internal set => _directory = value; 420_directory = Path.GetDirectoryName(newFullPath); 2074_directory = Path.GetDirectoryName(fullPath);
1 reference to _directory
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
378get => Link != null ? RootLink.DirectoryPath : _directory ?? String.Empty;