1 write to s_allowDelayedStateStoreItemCreation
System.Web (1)
State\SessionStateModule.cs (1)
432s_allowDelayedStateStoreItemCreation = true;
5 references to s_allowDelayedStateStoreItemCreation
System.Web (5)
State\SessionStateModule.cs (5)
451";s_allowDelayedStateStoreItemCreation=" + s_allowDelayedStateStoreItemCreation); 795Debug.Assert(!(s_allowDelayedStateStoreItemCreation && s_configRegenerateExpiredSessionId), 814if (s_allowDelayedStateStoreItemCreation) { 1312Debug.Assert(s_allowDelayedStateStoreItemCreation, "s_allowDelayedStateStoreItemCreation"); 1348Debug.Assert(s_allowDelayedStateStoreItemCreation, "Saving a session and delayedSessionState is true: s_allowDelayedStateStoreItemCreation");