1 write to _activeCacheKey
Microsoft.AspNetCore.Components.Web (1)
Image\Image.cs (1)
172_activeCacheKey = source.CacheKey;
2 references to _activeCacheKey
Microsoft.AspNetCore.Components.Web (2)
Image\Image.cs (2)
191if (_activeCacheKey == source.CacheKey && !cancellationToken.IsCancellationRequested) 224if (_activeCacheKey == source.CacheKey && !cancellationToken.IsCancellationRequested)