22 overrides of WriteSurrogateCharEntity
SMDiagnostics (1)
System\ServiceModel\Diagnostics\PlainXmlWriter.cs (1)
160public override void WriteSurrogateCharEntity(char lowChar, char highChar)
System.Data (1)
fx\src\data\System\Data\xmlsaver.cs (1)
2779public override void WriteSurrogateCharEntity(char lowChar, char highChar){
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
281public override void WriteSurrogateCharEntity(char lowChar, char highChar) {
System.IdentityModel (2)
System\IdentityModel\DelegatingXmlDictionaryWriter.cs (1)
362public override void WriteSurrogateCharEntity(char lowChar, char highChar)
System\IdentityModel\SamlDelegatingWriter.cs (1)
381public override void WriteSurrogateCharEntity(char lowChar, char highChar)
System.Runtime.Serialization (5)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
1130public override void WriteSurrogateCharEntity(char lowChar, char highChar)
System\Runtime\Serialization\XmlSerializableWriter.cs (1)
85public override void WriteSurrogateCharEntity(char lowChar, char highChar) { xmlWriter.WriteSurrogateCharEntity(lowChar, highChar); }
System\Xml\XmlBaseWriter.cs (1)
991public override void WriteSurrogateCharEntity(char lowChar, char highChar)
System\Xml\XmlDictionaryWriter.cs (1)
1315public override void WriteSurrogateCharEntity(char lowChar, char highChar)
System\Xml\XmlMtomWriter.cs (1)
752public override void WriteSurrogateCharEntity(char lowChar, char highChar)
System.ServiceModel (2)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1858public override void WriteSurrogateCharEntity(char lowChar, char highChar)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
897public override void WriteSurrogateCharEntity(char lowChar, char highChar)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (1)
281public override void WriteSurrogateCharEntity(char lowChar, char highChar)
System.ServiceModel.Web (1)
System\ServiceModel\Channels\JavascriptXmlWriterWrapper.cs (1)
175public override void WriteSurrogateCharEntity(char lowChar, char highChar)
System.Transactions (1)
System\Transactions\Trace\PlainXmlWriter.cs (1)
172public override void WriteSurrogateCharEntity(char lowChar, char highChar)
System.Xml (6)
System\Xml\Core\QueryOutputWriterV1.cs (1)
230public override void WriteSurrogateCharEntity(char lowChar, char highChar) {
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
131public override void WriteSurrogateCharEntity(char lowChar, char highChar) {
System\Xml\Core\XmlRawWriter.cs (1)
148public override void WriteSurrogateCharEntity( char lowChar, char highChar ) {
System\Xml\Core\XmlTextWriter.cs (1)
727public override void WriteSurrogateCharEntity(char lowChar, char highChar){
System\Xml\Core\XmlWellFormedWriter.cs (1)
872public override void WriteSurrogateCharEntity(char lowChar, char highChar) {
System\Xml\Core\XmlWrappingWriter.cs (1)
138public override void WriteSurrogateCharEntity(char lowChar, char highChar) {
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
8010public override void WriteSurrogateCharEntity(char lowCh, char highCh) {
18 references to WriteSurrogateCharEntity
System.Data (1)
fx\src\data\System\Data\xmlsaver.cs (1)
2780_xmltextWriter.WriteSurrogateCharEntity(lowChar, highChar);
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
91this.wrapped.WriteSurrogateCharEntity(lowChar, highChar);
System.IdentityModel (3)
System\IdentityModel\DelegatingXmlDictionaryWriter.cs (2)
364_innerWriter.WriteSurrogateCharEntity(lowChar, highChar); 367_tracingWriter.WriteSurrogateCharEntity(lowChar, highChar);
System\IdentityModel\SamlDelegatingWriter.cs (1)
383this.effectiveWriter.WriteSurrogateCharEntity(lowChar, highChar);
System.Runtime.Serialization (3)
System\Runtime\Serialization\XmlSerializableWriter.cs (1)
85public override void WriteSurrogateCharEntity(char lowChar, char highChar) { xmlWriter.WriteSurrogateCharEntity(lowChar, highChar); }
System\Xml\XmlDictionaryWriter.cs (1)
1317writer.WriteSurrogateCharEntity(lowChar, highChar);
System\Xml\XmlMtomWriter.cs (1)
755Writer.WriteSurrogateCharEntity(lowChar, highChar);
System.ServiceModel (2)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1860this.Writer.WriteSurrogateCharEntity(lowChar, highChar);
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
899this.innerWriter.WriteSurrogateCharEntity(lowChar, highChar);
System.ServiceModel.Web (1)
System\ServiceModel\Channels\JavascriptXmlWriterWrapper.cs (1)
177this.xmlJsonWriter.WriteSurrogateCharEntity(lowChar, highChar);
System.Xml (7)
System\Xml\Core\QueryOutputWriterV1.cs (1)
232this.wrapped.WriteSurrogateCharEntity(lowChar, highChar);
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
133coreWriter.WriteSurrogateCharEntity(lowChar, highChar);
System\Xml\Core\XmlCharCheckingWriter.cs (1)
236writer.WriteSurrogateCharEntity( lowChar, highChar );
System\Xml\Core\XmlEventCache.cs (1)
171writer.WriteSurrogateCharEntity(chars[0], chars[1]);
System\Xml\Core\XmlWellFormedWriter.cs (1)
883writer.WriteSurrogateCharEntity(lowChar, highChar);
System\Xml\Core\XmlWellFormedWriterHelpers.cs (1)
310writer.WriteSurrogateCharEntity(chars[0], chars[1]);
System\Xml\Core\XmlWrappingWriter.cs (1)
139writer.WriteSurrogateCharEntity(lowChar, highChar);