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