5 writes to fallbackCount
mscorlib (5)
system\text\decoderreplacementfallback.cs (5)
136
fallbackCount
= strDefault.Length;
146
fallbackCount
--;
157
fallbackCount
= -1;
174
fallbackCount
++;
196
fallbackCount
= -1;
6 references to fallbackCount
mscorlib (6)
system\text\decoderreplacementfallback.cs (6)
127
if (
fallbackCount
>= 1)
150
if (
fallbackCount
< 0)
155
if (
fallbackCount
== int.MaxValue)
171
if (
fallbackCount
>= -1 && fallbackIndex >= 0)
188
return (
fallbackCount
< 0) ? 0 :
fallbackCount
;