2 references to _WriteElementTextBlockAsync
System.Xml (2)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (2)
923
return
_WriteElementTextBlockAsync
(true, text, curIndex, leftCount);
926
return
_WriteElementTextBlockAsync
(false, text, curIndex, leftCount);