1 write to _activeCacheKey
Microsoft.AspNetCore.Components.Web (1)
Media\MediaComponentBase.cs (1)
191
_activeCacheKey
= source.CacheKey;
2 references to _activeCacheKey
Microsoft.AspNetCore.Components.Web (2)
Media\MediaComponentBase.cs (2)
211
if (
_activeCacheKey
== source.CacheKey && !cancellationToken.IsCancellationRequested)
244
if (source != null &&
_activeCacheKey
== source.CacheKey && !cancellationToken.IsCancellationRequested)