Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed LayoutRoot implementation of IXmlSerializable.ReadXml to read t…
…he end element. Implementations of IXmlSerializable.ReadXml are required to read the entire element from beginning to end, including all of its contents. Prior to this change it would not read the end element from the reader. This would cause issues if the LayoutRoot was being serialized as part of a parent object's xml serialization as the XmlReader would be left on an unexpected element.
- Loading branch information