2 writes to _errorCount
System.Windows.Forms (2)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (2)
669_errorCount = 0; 789_errorCount += string.IsNullOrEmpty(value) ? -1 : 1;
2 references to _errorCount
System.Windows.Forms (2)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (2)
195public bool HasErrors => _errorCount > 0; 792Debug.Assert(_errorCount >= 0, "Error count should not be less than zero");