fill ElementLocation items at loading. Fix Subtool-related build fix for 4.0.
[mono.git] / mcs / class / Microsoft.Build / Microsoft.Build.Construction / ProjectCommentElement.cs
index 23666183d10b77662988932ea4c85a0370845026..36dc17a4fb4ccb0a19c2855850a1cf069883112c 100644 (file)
@@ -47,6 +47,7 @@ namespace Microsoft.Build.Construction
 
                 internal override void Load (XmlReader reader)
                 {
+                        FillLocation (reader);
                         LoadValue (reader);
                 }