6 writes to _directory
Microsoft.Build (6)
Construction\ProjectRootElement.cs (6)
171
_directory
= NativeMethodsShared.GetCurrentDirectory();
196
_directory
= NativeMethodsShared.GetCurrentDirectory();
253
_directory
= NativeMethodsShared.GetCurrentDirectory();
389
internal set =>
_directory
= value;
430
_directory
= Path.GetDirectoryName(newFullPath);
2101
_directory
= Path.GetDirectoryName(fullPath);
1 reference to _directory
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
388
get => Link != null ? RootLink.DirectoryPath :
_directory
?? String.Empty;