4 references to ApproxXmlDeclLength
System.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (2)
3107
if ( charsRead >
ApproxXmlDeclLength
) {
3108
charsRead =
ApproxXmlDeclLength
;
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
1017
if ( charsRead >
ApproxXmlDeclLength
) {
1018
charsRead =
ApproxXmlDeclLength
;