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