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)
78if (_encoding == null) 84return _encoding.GetByteCount(chars); 470byte[] newBytes = _encoding != null ? _encoding.GetBytes(tmp) : s_UTF8Encoding.GetBytes(tmp);