2 instantiations of InProcSessionState
System.Web (2)
State\InProcStateClientManager.cs (2)
336
InProcSessionState state = new
InProcSessionState
(
372
InProcSessionState state = new
InProcSessionState
(
12 references to InProcSessionState
System.Web (12)
State\InProcStateClientManager.cs (12)
35
InProcSessionState
state;
42
state = (
InProcSessionState
) value;
121
InProcSessionState
state = (
InProcSessionState
)HttpRuntime.Cache.InternalCache.Get(key);
227
InProcSessionState
state = (
InProcSessionState
)HttpRuntime.Cache.InternalCache.Get(key);
274
InProcSessionState
stateCurrent = (
InProcSessionState
) cacheInternal.Get(key);
336
InProcSessionState
state = new InProcSessionState(
372
InProcSessionState
state = new InProcSessionState(
414
InProcSessionState
state = (
InProcSessionState
) cacheInternal.Get(key);