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))] 236if (_thisDecoder is null || _innerEncoder is null) 249int charCount = _thisDecoder.GetCharCount(Array.Empty<byte>(), 0, 0, flush: true); 253charCount = _thisDecoder.GetChars(Array.Empty<byte>(), 0, 0, chars, 0, flush: true); 496_thisDecoder.Convert( 572_thisDecoder.Convert(