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