7 references to RawTextAsync
System.Private.Xml (7)
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);