5 writes to _fallbackCount
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Text\DecoderReplacementFallback.cs (5)
106_fallbackCount = _strDefault.Length; 116_fallbackCount--; 127_fallbackCount = -1; 144_fallbackCount++; 160_fallbackCount = -1;
6 references to _fallbackCount
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Text\DecoderReplacementFallback.cs (6)
97if (_fallbackCount >= 1) 120if (_fallbackCount < 0) 125if (_fallbackCount == int.MaxValue) 141if (_fallbackCount >= -1 && _fallbackIndex >= 0) 155(_fallbackCount < 0) ? 0 : _fallbackCount;