4 references to EnableSessionState
System.Web (4)
UI\PageParser.cs (3)
252
flags[requiresSessionState] = ((PagesConfig.
EnableSessionState
== PagesEnableSessionState.True) || (PagesConfig.
EnableSessionState
== PagesEnableSessionState.ReadOnly));
253
flags[readOnlySessionState] = (PagesConfig.
EnableSessionState
== PagesEnableSessionState.ReadOnly);
UI\Util.cs (1)
107
recompilationHash.AddObject(ps.
EnableSessionState
);