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