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