3 references to ReadBytes
Microsoft.AspNetCore.Session (3)
DistributedSession.cs (3)
343_sessionIdBytes = ReadBytes(content, IdByteCount); 348var key = new EncodedKey(ReadBytes(content, keyLength)); 350_store.SetValue(key, ReadBytes(content, dataLength));