3 instantiations of SessionStateItemCollection
System.Web (3)
State\SessionStateItemCollection.cs (1)
563SessionStateItemCollection d = new SessionStateItemCollection();
State\SessionStateUtil.cs (2)
99sessionItems = new SessionStateItemCollection(); 166sessionItems = new SessionStateItemCollection();
5 references to SessionStateItemCollection
System.Web (5)
State\SessionStateItemCollection.cs (2)
562public static SessionStateItemCollection Deserialize(BinaryReader reader) { 563SessionStateItemCollection d = new SessionStateItemCollection();
State\SessionStateUtil.cs (3)
130((SessionStateItemCollection)item.Items).Serialize(writer); 148SessionStateItemCollection sessionItems; 163sessionItems = SessionStateItemCollection.Deserialize(reader);