3 writes to chars
mscorlib (3)
system\text\encoding.cs (3)
1930
this.
chars
= charStart;
1963
*(
chars
++) = ch;
2069
if (fallbackBuffer.InternalFallback(byteBuffer, bytes, ref
chars
) == false)
7 references to chars
mscorlib (7)
system\text\encoding.cs (7)
1953
if (
chars
!= null)
1955
if (
chars
>= charEnd)
1980
if (
chars
>= charEnd - 1)
2066
if (
chars
!= null)
2068
char* pTemp =
chars
;
2074
enc.ThrowCharsOverflow(decoder,
chars
== charStart); // Throw?
2077
charCountResult += unchecked((int)(
chars
- pTemp));