2 writes to _encoding
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (2)
277
_encoding
= encoding;
300
_encoding
= w.Encoding;
2 references to _encoding
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (2)
1144
if (
_encoding
!= null)
1148
bufBld.Append(
_encoding
.WebName);