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