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)
34
private bool IsLoading => _currentSource != null && string.IsNullOrEmpty(_currentObjectUrl) && !
_hasError
;
140
var showInitialLoad = Source != null && _currentSource == null && string.IsNullOrEmpty(_currentObjectUrl) && !
_hasError
;
146
else if (
_hasError
)