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