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