2 writes to _id
System.Web (2)
State\SessionStateContainer.cs (2)
64_id = id; // If null, it means we're delaying session id reading 84_id = _stateModule.DelayedGetSessionId();
2 references to _id
System.Web (2)
State\SessionStateContainer.cs (2)
82if (_id == null) { 86return _id;