2 writes to SavedEnvironment
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1127context.SavedEnvironment = new Dictionary<string, string>( 1158context.SavedEnvironment = null;
2 references to SavedEnvironment
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1144if (context.SavedCurrentDirectory is null || context.SavedEnvironment is null) 1149CommunicationsUtilities.SetEnvironment(context.SavedEnvironment);