2 instantiations of XmlTextEncoder
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (2)
282_xmlEncoder = new XmlTextEncoder(_textWriter); 301_xmlEncoder = new XmlTextEncoder(w);
3 references to XmlTextEncoder
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Base64Encoder.cs (2)
130private XmlTextEncoder _xmlTextEncoder; 132internal XmlTextWriterBase64Encoder(XmlTextEncoder xmlTextEncoder)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
137private XmlTextEncoder _xmlEncoder;