2 writes to _errorCount
System.Windows.Forms (2)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (2)
675_errorCount = 0; 795_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; 798Debug.Assert(_errorCount >= 0, "Error count should not be less than zero");