2 writes to CacheKey
Microsoft.AspNetCore.Components.Web (2)
Media\MediaSource.cs (2)
49CacheKey = cacheKey; 71CacheKey = cacheKey;
12 references to CacheKey
Microsoft.AspNetCore.Components.Web (12)
Media\MediaComponentBase.cs (12)
191_activeCacheKey = source.CacheKey; 195Log.BeginLoad(Logger, source.CacheKey); 207source.CacheKey, 211if (_activeCacheKey == source.CacheKey && !cancellationToken.IsCancellationRequested) 220Log.CacheHit(Logger, source.CacheKey); 224Log.StreamStart(Logger, source.CacheKey); 227Log.LoadSuccess(Logger, source.CacheKey); 232Log.LoadFailed(Logger, source.CacheKey, new InvalidOperationException(result.Error ?? "Unknown error")); 243Log.LoadFailed(Logger, source?.CacheKey ?? "(null)", ex); 244if (source != null && _activeCacheKey == source.CacheKey && !cancellationToken.IsCancellationRequested) 291return a is not null && b is not null && string.Equals(a.CacheKey, b.CacheKey, StringComparison.Ordinal);