1 implementation of Dirty
System.Web (1)
State\SessionStateItemCollection.cs (1)
335
public 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.