6 references to RawTextNoFlush
System.Private.Xml (6)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (6)
1251int writeLen = RawTextNoFlush(text, 0, text.Length); 1266writeLen = RawTextNoFlush(text1, 0, text1.Length); 1277writeLen = RawTextNoFlush(text2, 0, text2.Length); 1290writeLen = RawTextNoFlush(text3, 0, text3.Length); 1302writeLen = RawTextNoFlush(text4, 0, text4.Length); 1326writeLen = RawTextNoFlush(text1, curIndex1, leftCount1);