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)
130
private
XmlTextEncoder
_xmlTextEncoder;
132
internal XmlTextWriterBase64Encoder(
XmlTextEncoder
xmlTextEncoder)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
137
private
XmlTextEncoder
_xmlEncoder;