1 write to _currentSource
Microsoft.AspNetCore.Components.Web (1)
Image\Image.cs (1)
106_currentSource = source;
4 references to _currentSource
Microsoft.AspNetCore.Components.Web (4)
Image\Image.cs (4)
34private bool IsLoading => _currentSource != null && string.IsNullOrEmpty(_currentObjectUrl) && !_hasError; 98if (_currentSource != null && HasSameKey(_currentSource, source)) 140var showInitialLoad = Source != null && _currentSource == null && string.IsNullOrEmpty(_currentObjectUrl) && !_hasError;