System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (7)
160task = RawTextAsync(prefix, ":", localName);
190return RawTextAsync(prefix, ":", localName, ">");
194return RawTextAsync(localName, ">");
220return RawTextAsync(prefix, ":", localName, ">");
224return RawTextAsync(localName, ">");
242task = RawTextAsync(prefix, ":", localName);
1206await RawTextAsync(text2, text3, text4).ConfigureAwait(false);