3 references to ApartmentThreading
System.Web (3)
HttpApplicationFactory.cs (1)
504if (AspCompatApplicationStep.AnyStaObjectsInSessionState(session) || HttpRuntime.ApartmentThreading) {
State\SessionStateModule.cs (1)
537if (HttpRuntime.ApartmentThreading || _rqContext.InAspCompatMode) {
UI\PageParser.cs (1)
255flags[aspCompatMode] = HttpRuntime.ApartmentThreading;