16 overrides of WriteProcessingInstruction
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
339
public override void
WriteProcessingInstruction
(string name, string text)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
259
public override void
WriteProcessingInstruction
(string name, string text)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriterV1.cs (1)
215
public override void
WriteProcessingInstruction
(string name, string text)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
127
public override void
WriteProcessingInstruction
(string name, string text)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
528
public override void
WriteProcessingInstruction
(string name, string text)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
355
public override void
WriteProcessingInstruction
(string name, string text)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
749
public override void
WriteProcessingInstruction
(string name, string text)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
461
public override void
WriteProcessingInstruction
(string name, string text)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
917
public override void
WriteProcessingInstruction
(string name, string text)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingWriter.cs (1)
129
public override void
WriteProcessingInstruction
(string name, string text)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
297
public override void
WriteProcessingInstruction
(string name, string text)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableWriter.cs (1)
82
public override void
WriteProcessingInstruction
(string name, string text) { _xmlWriter.WriteProcessingInstruction(name, text); }
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
852
public override void
WriteProcessingInstruction
(string name, string text)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
191
public override void
WriteProcessingInstruction
(string name, string text)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
702
public override void
WriteProcessingInstruction
(string name, string text)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
99
public override void
WriteProcessingInstruction
(string name, string text)
20 references to WriteProcessingInstruction
dotnet-svcutil-lib (20)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
262
_wrapped.
WriteProcessingInstruction
(name, text);
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriterV1.cs (1)
218
_wrapped.
WriteProcessingInstruction
(name, text);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
132
_wrapped.
WriteProcessingInstruction
(name, text);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingWriter.cs (1)
230
writer.
WriteProcessingInstruction
(name, text);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
156
writer.
WriteProcessingInstruction
(page[idxEvent].String1, page[idxEvent].String2);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (1)
1290
xtw.
WriteProcessingInstruction
(this.Name, this.Value);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderAsync.cs (1)
263
xtw.
WriteProcessingInstruction
(this.Name, this.Value);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (2)
952
_writer.
WriteProcessingInstruction
(name, text);
958
_writer.
WriteProcessingInstruction
(name, text);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingWriter.cs (1)
131
writer.
WriteProcessingInstruction
(name, text);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (2)
454
WriteProcessingInstruction
(reader.Name, reader.Value);
533
WriteProcessingInstruction
(navigator.LocalName, navigator.Value);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDeclaration.cs (1)
159
w.
WriteProcessingInstruction
(Name, InnerText);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlProcessingInstruction.cs (1)
97
w.
WriteProcessingInstruction
(_target, _data);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
2200
writer.
WriteProcessingInstruction
(reader.LocalName, reader.Value);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableWriter.cs (1)
82
public override void WriteProcessingInstruction(string name, string text) { _xmlWriter.
WriteProcessingInstruction
(name, text); }
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
194
CoreWriter.
WriteProcessingInstruction
(name, text);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (2)
384
WriteProcessingInstruction
(reader.Name, reader.Value);
704
_writer.
WriteProcessingInstruction
(name, text);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
101
this.Writer.
WriteProcessingInstruction
(name, text);