4 references to MinWhitespaceLookahedCount
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (2)
5483
} while (!fullValue && orChars <= 0x20 && _stringBuilder.Length <
MinWhitespaceLookahedCount
);
5486
XmlNodeType nodeType = (_stringBuilder.Length <
MinWhitespaceLookahedCount
) ? GetTextNodeType(orChars) : XmlNodeType.Text;
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
3064
} while (!fullValue && orChars <= 0x20 && _stringBuilder.Length <
MinWhitespaceLookahedCount
);
3067
XmlNodeType nodeType = (_stringBuilder.Length <
MinWhitespaceLookahedCount
) ? GetTextNodeType(orChars) : XmlNodeType.Text;