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