4 writes to chars
mscorlib (4)
system\text\encoding.cs (4)
2123
this.
chars
= inCharStart;
2215
chars
--; // don't use last char
2226
return fallbackBuffer.InternalFallback(charFallback, ref
chars
);
2249
cReturn = *(
chars
++);
6 references to chars
mscorlib (6)
system\text\encoding.cs (6)
2141
fallbackBuffer.InternalInitialize(
chars
, charEnd, encoder, bytes != null);
2211
Contract.Assert(
chars
> charStart ||
2214
if (
chars
> charStart)
2235
return ((fallbackBuffer.Remaining > 0) || (
chars
< charEnd));
2248
if (
chars
< charEnd)
2260
return (int)(
chars
- charStart);