[xbuild] Use the backing field directly to avoid evaluating again.
commitbf5c6494a8771ae6df4b497a60c3e21da42a2e06
authorAnkit Jain <radical@corewars.org>
Thu, 13 Jan 2011 21:59:34 +0000 (14 03:29 +0530)
committerAnkit Jain <radical@corewars.org>
Thu, 13 Jan 2011 21:59:34 +0000 (14 03:29 +0530)
tree15f64060ee4f716923d0d4c8241dc90e58c2ab8d
parent6258fab1c473ab7e186d1081332ab50eac61b184
[xbuild] Use the backing field directly to avoid evaluating again.

* Microsoft.Build.BuildEngine.Project.cs (InitializeProperties): Use
evaluatedProperties field instead of EvaluatedProperties property,
to avoid invoking a Reevaluate, since it is already in progress.
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Project.cs