4 references to MinWhitespaceLookahedCount
System.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (2)
5002
} while ( !fullValue && orChars <= 0x20 && stringBuilder.Length <
MinWhitespaceLookahedCount
);
5005
XmlNodeType nodeType = ( stringBuilder.Length <
MinWhitespaceLookahedCount
) ? GetTextNodeType( orChars ) : XmlNodeType.Text;
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
2858
} while ( !fullValue && orChars <= 0x20 && stringBuilder.Length <
MinWhitespaceLookahedCount
);
2861
XmlNodeType nodeType = ( stringBuilder.Length <
MinWhitespaceLookahedCount
) ? GetTextNodeType( orChars ) : XmlNodeType.Text;