1 write to _enc
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\EncodingStreamWrapper.cs (1)
204_enc = _encoding.GetEncoder();
1 reference to _enc
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\EncodingStreamWrapper.cs (1)
723_byteCount = _enc.GetBytes(_chars, 0, charCount, _bytes, 0, false);