22 overrides of WriteProcessingInstruction
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3207
public override void
WriteProcessingInstruction
(string name, string? text)
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
652
public override void
WriteProcessingInstruction
(string name, string? text)
System\Runtime\Serialization\XmlSerializableWriter.cs (1)
82
public override void
WriteProcessingInstruction
(string name, string? text) { _xmlWriter.WriteProcessingInstruction(name, text); }
System\Xml\XmlBaseWriter.cs (1)
885
public override void
WriteProcessingInstruction
(string name, string? text)
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
289
public override void
WriteProcessingInstruction
(string name, string? text)
System\Xml\XmlDictionaryWriter.cs (1)
736
public override void
WriteProcessingInstruction
(string name, string? text)
System.Private.Xml (15)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
348
public override void
WriteProcessingInstruction
(string name, string? text)
System\Xml\Core\QueryOutputWriter.cs (1)
260
public override void
WriteProcessingInstruction
(string name, string? text)
System\Xml\Core\QueryOutputWriterV1.cs (1)
219
public override void
WriteProcessingInstruction
(string name, string? text)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
125
public override void
WriteProcessingInstruction
(string name, string? text)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
126
public override void
WriteProcessingInstruction
(string name, string? text)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
522
public override void
WriteProcessingInstruction
(string name, string? text)
System\Xml\Core\XmlEventCache.cs (1)
348
public override void
WriteProcessingInstruction
(string name, string? text)
System\Xml\Core\XmlTextWriter.cs (1)
782
public override void
WriteProcessingInstruction
(string name, string? text)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
448
public override void
WriteProcessingInstruction
(string name, string? text)
System\Xml\Core\XmlWellFormedWriter.cs (1)
884
public override void
WriteProcessingInstruction
(string name, string? text)
System\Xml\Core\XmlWrappingWriter.cs (1)
91
public override void
WriteProcessingInstruction
(string name, string? text)
System\Xml\Dom\DocumentXmlWriter.cs (1)
296
public override void
WriteProcessingInstruction
(string name, string? text)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (1)
186
public override void
WriteProcessingInstruction
(string name, string? text)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
276
public override void
WriteProcessingInstruction
(string target, string? text)
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
64
public override void
WriteProcessingInstruction
(string name, string? text)
System.Private.Xml.Linq (1)
System\Xml\Linq\XNodeBuilder.cs (1)
147
public override void
WriteProcessingInstruction
(string name, string? text)
26 references to WriteProcessingInstruction
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3209
_xmltextWriter.
WriteProcessingInstruction
(name, text);
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\XmlSerializableWriter.cs (1)
82
public override void WriteProcessingInstruction(string name, string? text) { _xmlWriter.
WriteProcessingInstruction
(name, text); }
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
292
CoreWriter.
WriteProcessingInstruction
(name, text);
System\Xml\XmlDictionaryWriter.cs (2)
417
WriteProcessingInstruction
(reader.Name, reader.Value);
738
_writer.
WriteProcessingInstruction
(name, text);
System.Private.Xml (20)
System\Xml\Core\QueryOutputWriter.cs (1)
263
_wrapped.
WriteProcessingInstruction
(name, text);
System\Xml\Core\QueryOutputWriterV1.cs (1)
222
_wrapped.
WriteProcessingInstruction
(name, text);
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
128
_coreWriter.
WriteProcessingInstruction
(name, text);
System\Xml\Core\XmlAutoDetectWriter.cs (1)
131
_wrapped.
WriteProcessingInstruction
(name, text);
System\Xml\Core\XmlCharCheckingWriter.cs (1)
206
writer.
WriteProcessingInstruction
(name, text);
System\Xml\Core\XmlEventCache.cs (1)
153
writer.
WriteProcessingInstruction
(page[idxEvent].String1!, page[idxEvent].String2);
System\Xml\Core\XmlWellFormedWriter.cs (2)
913
_writer.
WriteProcessingInstruction
(name, text);
919
_writer.
WriteProcessingInstruction
(name, text);
System\Xml\Core\XmlWrappingWriter.cs (1)
93
writer.
WriteProcessingInstruction
(name, text);
System\Xml\Core\XmlWriter.cs (2)
405
WriteProcessingInstruction
(reader.Name, reader.Value);
482
WriteProcessingInstruction
(navigator.LocalName, navigator.Value);
System\Xml\Dom\XmlDeclaration.cs (1)
167
w.
WriteProcessingInstruction
(Name, InnerText);
System\Xml\Dom\XmlProcessingInstruction.cs (1)
89
w.
WriteProcessingInstruction
(_target, _data);
System\Xml\XPath\XPathNavigator.cs (1)
2100
writer.
WriteProcessingInstruction
(reader.LocalName, reader.Value);
System\Xml\Xsl\IlGen\XmlILTrace.cs (1)
112
w.
WriteProcessingInstruction
("xml-stylesheet", "href='qilo.xslt' type='text/xsl'");
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
855
Writer!.
WriteProcessingInstruction
(_piTarget!, _nodeText.GetResult());
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
66
_wrapped.
WriteProcessingInstruction
(name, text);
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
311
_xwrt.
WriteProcessingInstruction
(nav.LocalName, nav.Value);
System\Xml\Xsl\XsltOld\NavigatorOutput.cs (1)
72
_wr.
WriteProcessingInstruction
(mainNode.LocalName, mainNode.Value);
System\Xml\Xsl\XsltOld\WriterOutput.cs (1)
53
_writer.
WriteProcessingInstruction
(mainNode.LocalName, mainNode.Value);
System.Private.Xml.Linq (1)
System\Xml\Linq\XProcessingInstruction.cs (1)
124
writer.
WriteProcessingInstruction
(target, data);