4 writes to iCount
mscorlib (4)
system\text\utf7encoding.cs (4)
1092
iCount
= iSize = 1;
1099
if (
iCount
-- > 0)
1110
iCount
++;
1130
iCount
= -1;
7 references to iCount
mscorlib (7)
system\text\utf7encoding.cs (7)
1080
Contract.Assert(
iCount
< 0, "[DecoderUTF7FallbackBuffer.Fallback] Can't have recursive fallbacks");
1108
if (
iCount
>= 0)
1114
return (
iCount
>= 0 &&
iCount
<= iSize);
1122
return (
iCount
> 0) ?
iCount
: 0;
1141
Contract.Assert(
iCount
< 0, "[DecoderUTF7FallbackBuffer.InternalFallback] Can't have recursive fallbacks");