Base:
method
WriteProcessingInstructionAsync
System.Xml.XmlWriter.WriteProcessingInstructionAsync(System.String, System.String)
1 override of WriteProcessingInstructionAsync
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1523
public override async Task
WriteProcessingInstructionAsync
( string target, string text ) {
2 references to WriteProcessingInstructionAsync
System.Xml (2)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (2)
56
return
WriteProcessingInstructionAsync
( "xml", xmldecl );
1529
await base.
WriteProcessingInstructionAsync
( target, text ).ConfigureAwait(false);