1 write to _forwardEnvironmentBaseline
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
1233_forwardEnvironmentBaseline = configuration.BuildProcessEnvironment;
2 references to _forwardEnvironmentBaseline
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1228Assumed.NotNull(_forwardEnvironmentBaseline, "Received an EnvironmentIdentical TaskHostConfiguration before any full build process environment was sent on this connection."); 1229configuration.SetResolvedBuildProcessEnvironment(_forwardEnvironmentBaseline);