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)
211if (_activeCacheKey == source.CacheKey && !cancellationToken.IsCancellationRequested) 244if (source != null && _activeCacheKey == source.CacheKey && !cancellationToken.IsCancellationRequested)