3 references to HandleGeneralEntityReference
System.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (3)
1439switch ( HandleGeneralEntityReference( curNode.localName, true, true, curNode.LinePos ) ) { 1456switch ( HandleGeneralEntityReference( curNode.localName, false, true, curNode.LinePos ) ) { 5472EntityType entType = HandleGeneralEntityReference( entityName, isInAttributeValue, false, entityLinePos );