System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (6)
1248int writeLen = RawTextNoFlush(text, 0, text.Length);
1263writeLen = RawTextNoFlush(text1, 0, text1.Length);
1274writeLen = RawTextNoFlush(text2, 0, text2.Length);
1287writeLen = RawTextNoFlush(text3, 0, text3.Length);
1299writeLen = RawTextNoFlush(text4, 0, text4.Length);
1323writeLen = RawTextNoFlush(text1, curIndex1, leftCount1);