5 writes to iCount
mscorlib (5)
system\text\decoderbestfitfallback.cs (5)
112
iCount
= iSize = 1;
122
iCount
--;
132
iCount
= -1;
144
iCount
++;
163
iCount
= -1;
8 references to iCount
mscorlib (8)
system\text\decoderbestfitfallback.cs (8)
106
Contract.Assert(
iCount
< 1, "[DecoderReplacementFallbackBuffer.Fallback] Calling fallback without a previously empty buffer");
125
if (
iCount
< 0)
130
if (
iCount
== int.MaxValue)
143
if (
iCount
>= 0)
147
return (
iCount
>= 0 &&
iCount
<= iSize);
155
return (
iCount
> 0) ?
iCount
: 0;