1 write to _thisDecoder
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\TranscodingStream.cs (1)
224
_thisDecoder
= _thisEncoding.GetDecoder();
6 references to _thisDecoder
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Text\TranscodingStream.cs (6)
207
[MemberNotNull(nameof(
_thisDecoder
), nameof(_innerEncoder))]
236
if (
_thisDecoder
is null || _innerEncoder is null)
249
int charCount =
_thisDecoder
.GetCharCount(Array.Empty<byte>(), 0, 0, flush: true);
253
charCount =
_thisDecoder
.GetChars(Array.Empty<byte>(), 0, 0, chars, 0, flush: true);
496
_thisDecoder
.Convert(
572
_thisDecoder
.Convert(