4 references to ApproxXmlDeclLength
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (2)
3375
if (charsRead >
ApproxXmlDeclLength
)
3377
charsRead =
ApproxXmlDeclLength
;
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
1063
if (charsRead >
ApproxXmlDeclLength
)
1065
charsRead =
ApproxXmlDeclLength
;