1 write to charEnd
mscorlib (1)
system\text\encoding.cs (1)
1932this.charEnd = charStart + charCount;
3 references to charEnd
mscorlib (3)
system\text\encoding.cs (3)
1947fallbackBuffer.InternalInitialize(bytes, charEnd); 1955if (chars >= charEnd) 1980if (chars >= charEnd - 1)