8 writes to
System.Web (4)
Abstractions\HttpSessionStateWrapper.cs (1)
123
_session
[
name] = value;
UI\SessionPageStatePersister.cs (2)
118
session
[
sessionKey] = state;
124
session
[
_viewStateQueueKey] = queue;
Util\AspCompat.cs (1)
878
_context.Session
[
name] = obj;
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
1298
HttpContext.Current.Session
[
this._sesionKey] = 0;
1546
HttpContext.Current.Session
[
GetSessionImageKey(key)] = data;
System.Web.Mobile (2)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (1)
408
Page.Session
[
writer.SessionKey] = writer.GetStyles();
UI\MobileControls\SessionViewState.cs (1)
72
page.Session
[
ViewStateKey] = history;
12 references to
System.Web (6)
Abstractions\HttpSessionStateWrapper.cs (1)
120
return _session
[
name];
UI\SessionPageStatePersister.cs (2)
65
object sessionData = Page.Session
[
_viewStateSessionKey + persistedStateID];
120
Queue queue = session
[
_viewStateQueueKey] as Queue;
UI\TraceContext.cs (1)
626
obj = session
[
temp];
UI\WebControls\SessionParameter.cs (1)
105
return context.Session
[
SessionField];
Util\AspCompat.cs (1)
874
return _context.Session
[
name];
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
1659
data = (Byte[])HttpContext.Current.Session
[
GetSessionImageKey(key)];
1725
return HttpContext.Current.Session
[
GetSessionImageKey(key)] is Byte[];
System.Web.Mobile (4)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlCssHandler.cs (1)
32
response = (String) context.Session
[
cssQueryStringValue];
UI\MobileControls\SessionViewState.cs (3)
68
SessionViewStateHistory history = (SessionViewStateHistory)page.Session
[
ViewStateKey];
87
SessionViewStateHistory history = (SessionViewStateHistory)page.Session
[
ViewStateKey];
114
history = (SessionViewStateHistory)page.Session
[
ViewStateKey];