1 write to _encoding
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (1)
1151_encoding = encoding;
4 references to _encoding
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (4)
1163_encoding.GetByteCount(chars, index, count); 1166_encoding.GetByteCount(chars, count); 1190_encoding.GetBytes(chars, charIndex, charCount, bytes, byteIndex); 1194_encoding.GetBytes(chars, charCount, bytes, byteCount);