2 references to _WriteElementTextBlockAsync
System.Xml (2)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (2)
840
return
_WriteElementTextBlockAsync
(true, text, curIndex, leftCount);
843
return
_WriteElementTextBlockAsync
(false, text, curIndex, leftCount);