3 instantiations of HttpSessionState
System.Web (3)
State\SessionStateModule.cs (1)
93
HttpSessionState sessionState = new
HttpSessionState
(sessionStateContainer);
State\SessionStateUtil.cs (2)
35
HttpApplicationFactory.EndSession(new
HttpSessionState
(session), eventSource, eventArgs);
40
HttpSessionState sessionState = new
HttpSessionState
(container);
34 references to HttpSessionState
System.Runtime.Remoting (1)
services\remotingservice.cs (1)
34
public
HttpSessionState
Session
System.Web (32)
Abstractions\HttpContextWrapper.cs (1)
189
HttpSessionState
session = _context.Session;
Abstractions\HttpSessionStateWrapper.cs (2)
18
private readonly
HttpSessionState
_session;
20
public HttpSessionStateWrapper(
HttpSessionState
httpSessionState) {
HttpApplication.cs (4)
142
private
HttpSessionState
_session;
401
public
HttpSessionState
Session {
403
HttpSessionState
session = null;
1538
HttpSessionState
session) {
HttpApplicationFactory.cs (5)
471
private
HttpSessionState
_session;
475
internal AspCompatSessionOnEndHelper(HttpApplication app,
HttpSessionState
session, Object eventSource, EventArgs eventArgs) {
483
internal
HttpSessionState
Session { get { return _session; } }
500
private void FireSessionOnEnd(
HttpSessionState
session, Object eventSource, EventArgs eventArgs) {
632
internal static void EndSession(
HttpSessionState
session, Object eventSource, EventArgs eventArgs) {
HttpContext.cs (5)
688
else if (service == typeof(
HttpSessionState
))
1003
public
HttpSessionState
Session {
1022
return(
HttpSessionState
)Items[SessionStateUtility.SESSION_KEY];
1042
HttpSessionState
session = (
HttpSessionState
)Items[SessionStateUtility.SESSION_KEY];
State\SessionState.cs (1)
348
public
HttpSessionState
Contents {
State\SessionStateModule.cs (4)
42
HttpSessionState
_sessionState;
44
internal SessionOnEndTargetWorkItem(SessionOnEndTarget target,
HttpSessionState
sessionState) {
74
internal void RaiseOnEnd(
HttpSessionState
sessionState) {
93
HttpSessionState
sessionState = new HttpSessionState(sessionStateContainer);
State\SessionStateUtil.cs (1)
40
HttpSessionState
sessionState = new HttpSessionState(container);
UI\Page.cs (2)
239
private
HttpSessionState
_session;
1208
public virtual
HttpSessionState
Session {
UI\SessionPageStatePersister.cs (2)
21
HttpSessionState
session = null;
100
HttpSessionState
session = Page.Session;
UI\TraceContext.cs (1)
602
HttpSessionState
session = _context.Session;
UI\UserControl.cs (1)
235
public
HttpSessionState
Session { get { return Page.Session; } }
Util\AspCompat.cs (3)
225
HttpSessionState
session = _context.Session;
239
internal static bool AnyStaObjectsInSessionState(
HttpSessionState
session) {
279
HttpSessionState
session = context.Session;
System.Web.Mobile (1)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (1)
545
public virtual void SetSessionKey (
HttpSessionState
session) {