1 write to _cachedKeysForService
Microsoft.AspNetCore.Components (1)
PersistentState\PersistentServicesRegistry.cs (1)
213
_cachedKeysForService
= [.. keys];
1 reference to _cachedKeysForService
Microsoft.AspNetCore.Components (1)
PersistentState\PersistentServicesRegistry.cs (1)
216
public (string, Type)[] KeyTypePairs =>
_cachedKeysForService
;