3 writes to _hasError
Microsoft.AspNetCore.Components.Web (3)
Image\Image.cs (3)
196_hasError = false; 211_hasError = true; 227_hasError = true;
3 references to _hasError
Microsoft.AspNetCore.Components.Web (3)
Image\Image.cs (3)
34private bool IsLoading => _currentSource != null && string.IsNullOrEmpty(_currentObjectUrl) && !_hasError; 140var showInitialLoad = Source != null && _currentSource == null && string.IsNullOrEmpty(_currentObjectUrl) && !_hasError; 146else if (_hasError)