5 writes to fallbackIndex
mscorlib (5)
system\text\encoderreplacementfallback.cs (5)
144fallbackIndex = -1; 170fallbackIndex = -1; 180fallbackIndex++; 206fallbackIndex--; 230fallbackIndex = 0;
6 references to fallbackIndex
mscorlib (6)
system\text\encoderreplacementfallback.cs (6)
134char.IsLowSurrogate(strDefault[fallbackIndex+1])) 135ThrowLastCharRecursive(Char.ConvertToUtf32(charUnknown, strDefault[fallbackIndex+1])); 195Contract.Assert(fallbackIndex < strDefault.Length && fallbackIndex >= 0, 198return strDefault[fallbackIndex]; 204if (fallbackCount >= -1 && fallbackIndex >= 0)