2 writes to SavedEnvironment
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1154context.SavedEnvironment = new Dictionary<string, string>( 1185context.SavedEnvironment = null;
2 references to SavedEnvironment
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1171if (context.SavedCurrentDirectory is null || context.SavedEnvironment is null) 1176CommunicationsUtilities.SetEnvironment(context.SavedEnvironment);