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