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