Type Reason InvalidOperationException The reader is not positioned on a XmlNodeType.EntityReference node.
If the reader is positioned on an EntityReference node (XmlNodeType.EntityReference), if XmlReader.Read is called after calling this method, the entity replacement text is parsed. When the entity replacement text is finished, an EndEntity node is returned to close the entity reference scope.
After calling this method, if the entity is part of an attribute value, you must call XmlReader.ReadAttributeValue to step into the entity.