2 writes to readByteCount
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\UTF32Encoding.cs (2)
1030
decoder.
readByteCount
= readCount;
1171
this.
readByteCount
= 0;
3 references to readByteCount
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\UTF32Encoding.cs (3)
708
readCount = decoder.
readByteCount
;
856
readCount = decoder.
readByteCount
;
1178
this.
readByteCount
!= 0;