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)
82
if (
_id
== null) {
86
return
_id
;