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