1 write to _2BytesPerChar
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\BinaryReader.cs (1)
55_2BytesPerChar = encoding is UnicodeEncoding;
3 references to _2BytesPerChar
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\IO\BinaryReader.cs (3)
136numBytes = _2BytesPerChar ? 2 : 1; 331if (_2BytesPerChar) 351if (_2BytesPerChar && numBytes > 2)