2 writes to SavedCurrentDirectory
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1131
context.
SavedCurrentDirectory
= NativeMethodsShared.GetCurrentDirectory();
1162
context.
SavedCurrentDirectory
= null;
2 references to SavedCurrentDirectory
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1149
if (context.
SavedCurrentDirectory
is null || context.SavedEnvironment is null)
1155
NativeMethodsShared.SetCurrentDirectory(context.
SavedCurrentDirectory
);