1 implementation of ISessionStateItemCollection
System.Web (1)
State\SessionStateItemCollection.cs (1)
54
public sealed class SessionStateItemCollection : NameObjectCollectionBase,
ISessionStateItemCollection
{
12 references to ISessionStateItemCollection
System.Web (12)
State\InProcStateClientManager.cs (4)
255
ISessionStateItemCollection
items = null;
473
internal
ISessionStateItemCollection
_sessionItems;
485
ISessionStateItemCollection
sessionItems,
497
ISessionStateItemCollection
sessionItems,
State\ISessionStateStore.cs (3)
129
ISessionStateItemCollection
_sessionItems;
133
public SessionStateStoreData(
ISessionStateItemCollection
sessionItems,
141
virtual public
ISessionStateItemCollection
Items {
State\SessionStateContainer.cs (3)
28
ISessionStateItemCollection
_sessionItems;
40
ISessionStateItemCollection
sessionItems,
56
ISessionStateItemCollection
sessionItems,
State\SessionStateModule.cs (1)
216
ISessionStateItemCollection
_rqSessionItems;
State\SessionStateUtil.cs (1)
95
ISessionStateItemCollection
sessionItems,