2 writes to readByteCount
mscorlib (2)
system\text\utf32encoding.cs (2)
1094
decoder.
readByteCount
= readCount;
1245
this.
readByteCount
= 0;
3 references to readByteCount
mscorlib (3)
system\text\utf32encoding.cs (3)
780
readCount = decoder.
readByteCount
;
928
readCount = decoder.
readByteCount
;
1256
return (this.
readByteCount
!= 0);