1 implementation of Dirty
System.Web (1)
State\SessionStateItemCollection.cs (1)
335public bool Dirty {
1 write to Dirty
System.Web (1)
State\SessionStateModule.cs (1)
906_rqSessionItems.Dirty = false;
2 references to Dirty
System.Web (2)
State\SessionStateModule.cs (2)
1296&& (delayedSessionState || !_rqSessionItems.Dirty) 1340|| _rqSessionItems.Dirty // SessionItems has changed.