2 writes to SavedEnvironment
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1153context.SavedEnvironment = new Dictionary<string, string>( 1184context.SavedEnvironment = null;
2 references to SavedEnvironment
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1170if (context.SavedCurrentDirectory is null || context.SavedEnvironment is null) 1175CommunicationsUtilities.SetEnvironment(context.SavedEnvironment);