1 write to _encoding
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlStreamNodeWriter.cs (1)
36
_encoding
= encoding;
4 references to _encoding
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlStreamNodeWriter.cs (4)
78
if (
_encoding
== null)
84
return
_encoding
.GetByteCount(chars);
470
byte[] newBytes =
_encoding
!= null ?
_encoding
.GetBytes(tmp) : s_UTF8Encoding.GetBytes(tmp);