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