2 writes to SavedCurrentDirectory
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1152
context.
SavedCurrentDirectory
= Environment.CurrentDirectory;
1183
context.
SavedCurrentDirectory
= null;
2 references to SavedCurrentDirectory
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1170
if (context.
SavedCurrentDirectory
is null || context.SavedEnvironment is null)
1176
NativeMethodsShared.SetCurrentDirectory(context.
SavedCurrentDirectory
);