2 writes to SavedCurrentDirectory
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1153context.SavedCurrentDirectory = Environment.CurrentDirectory; 1184context.SavedCurrentDirectory = null;
2 references to SavedCurrentDirectory
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1171if (context.SavedCurrentDirectory is null || context.SavedEnvironment is null) 1177NativeMethodsShared.SetCurrentDirectory(context.SavedCurrentDirectory);