2 references to KeyString
Microsoft.AspNetCore.Session (2)
DistributedSession.cs (1)
127return _store.Keys.Select(key => key.KeyString);
EncodedKey.cs (1)
77return KeyString;