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