3 references to HandleGeneralEntityReference
System.Private.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (3)
1504
switch (
HandleGeneralEntityReference
(_curNode.localName, true, true, _curNode.LinePos))
1524
switch (
HandleGeneralEntityReference
(_curNode.localName, false, true, _curNode.LinePos))
6015
EntityType entType =
HandleGeneralEntityReference
(entityName, isInAttributeValue, false, entityLinePos);