3 references to HandleGeneralEntityReference
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
1511
switch (
HandleGeneralEntityReference
(_curNode.localName, true, true, _curNode.LinePos))
1531
switch (
HandleGeneralEntityReference
(_curNode.localName, false, true, _curNode.LinePos))
6138
EntityType entType =
HandleGeneralEntityReference
(entityName, isInAttributeValue, false, entityLinePos);