6 references to RawTextNoFlush
System.Private.Xml (6)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (6)
1119int writeLen = RawTextNoFlush(text, 0, text.Length); 1134writeLen = RawTextNoFlush(text1, 0, text1.Length); 1145writeLen = RawTextNoFlush(text2, 0, text2.Length); 1158writeLen = RawTextNoFlush(text3, 0, text3.Length); 1170writeLen = RawTextNoFlush(text4, 0, text4.Length); 1194writeLen = RawTextNoFlush(text1, curIndex1, leftCount1);