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