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