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