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