4 writes to fallbackIndex
mscorlib (4)
system\text\decoderreplacementfallback.cs (4)
137fallbackIndex = -1; 147fallbackIndex++; 173fallbackIndex--; 197fallbackIndex = -1;
4 references to fallbackIndex
mscorlib (4)
system\text\decoderreplacementfallback.cs (4)
162Contract.Assert(fallbackIndex < strDefault.Length && fallbackIndex >= 0, 165return strDefault[fallbackIndex]; 171if (fallbackCount >= -1 && fallbackIndex >= 0)