3 references to IdByteCount
Microsoft.AspNetCore.Session (3)
DistributedSession.cs (3)
114
_sessionIdBytes = new byte[
IdByteCount
];
321
output.Write(IdBytes, 0,
IdByteCount
);
343
_sessionIdBytes = ReadBytes(content,
IdByteCount
);