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