2 writes to SavedEnvironment
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1132context.SavedEnvironment = new Dictionary<string, string>( 1163context.SavedEnvironment = null;
2 references to SavedEnvironment
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1149if (context.SavedCurrentDirectory is null || context.SavedEnvironment is null) 1154FrameworkCommunicationsUtilities.SetEnvironment(context.SavedEnvironment);