Searched refs:apartmentThreadingProp (Results 1 – 1 of 1) sorted by relevance
40 static ConfigurationProperty apartmentThreadingProp; field in System.Web.Configuration.HttpRuntimeSection71 apartmentThreadingProp = new ConfigurationProperty ("apartmentThreading", typeof (bool), false); in HttpRuntimeSection()149 properties.Add (apartmentThreadingProp); in HttpRuntimeSection()184 get { return (bool) base[apartmentThreadingProp]; }185 set { base[apartmentThreadingProp] = value; }