4 references to ReadOnly
System.Web (4)
Configuration\PagesSection.cs (2)
252
temp = PagesEnableSessionState.
ReadOnly
;
271
case PagesEnableSessionState.
ReadOnly
:
UI\PageParser.cs (2)
252
flags[requiresSessionState] = ((PagesConfig.EnableSessionState == PagesEnableSessionState.True) || (PagesConfig.EnableSessionState == PagesEnableSessionState.
ReadOnly
));
253
flags[readOnlySessionState] = (PagesConfig.EnableSessionState == PagesEnableSessionState.
ReadOnly
);