1 write to _dec
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\EncodingStreamWrapper.cs (1)
203
_dec
= s_validatingUTF8.GetDecoder();
1 reference to _dec
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\EncodingStreamWrapper.cs (1)
722
int charCount =
_dec
.GetChars(buffer, offset, size, _chars, 0, false);