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