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)
136
numBytes =
_2BytesPerChar
? 2 : 1;
331
if (
_2BytesPerChar
)
351
if (
_2BytesPerChar
&& numBytes > 2)