Base:
method
WriteProcessingInstructionAsync
System.Xml.XmlWriter.WriteProcessingInstructionAsync(System.String, System.String)
1 override of WriteProcessingInstructionAsync
System.Private.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
2015
public override async Task
WriteProcessingInstructionAsync
(string target, string? text)
2 references to WriteProcessingInstructionAsync
System.Private.Xml (2)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (2)
69
return
WriteProcessingInstructionAsync
("xml", xmldecl);
2023
await base.
WriteProcessingInstructionAsync
(target, text).ConfigureAwait(false);