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