1 write to charEnd
mscorlib (1)
system\text\encoding.cs (1)
2124this.charEnd = inCharStart + inCharCount;
3 references to charEnd
mscorlib (3)
system\text\encoding.cs (3)
2141fallbackBuffer.InternalInitialize(chars, charEnd, encoder, bytes != null); 2235return ((fallbackBuffer.Remaining > 0) || (chars < charEnd)); 2248if (chars < charEnd)