4 references to aspCompatMode
System.Web (4)
UI\PageParser.cs (4)
73internal bool AspCompatMode { get { return flags[aspCompatMode]; } } 255flags[aspCompatMode] = HttpRuntime.ApartmentThreading; 461flags[aspCompatMode] = Util.GetBooleanAttribute(name, value); 464if (flags[aspCompatMode] && !HttpRuntime.HasUnmanagedPermission()) {