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