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