System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (7)
186task = RawTextAsync(prefix, ":", localName);
218return RawTextAsync(prefix, ":", localName, ">");
222return RawTextAsync(localName, ">");
250return RawTextAsync(prefix, ":", localName, ">");
254return RawTextAsync(localName, ">");
274task = RawTextAsync(prefix, ":", localName);
1338await RawTextAsync(text2, text3, text4).ConfigureAwait(false);