2 writes to SavedEnvironment
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1129context.SavedEnvironment = new Dictionary<string, string>( 1160context.SavedEnvironment = null;
2 references to SavedEnvironment
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1146if (context.SavedCurrentDirectory is null || context.SavedEnvironment is null) 1151CommunicationsUtilities.SetEnvironment(context.SavedEnvironment);