Home
last modified time | relevance | path

Searched refs:apartmentThreadingProp (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/
H A DHttpRuntimeSection.cs40 static ConfigurationProperty apartmentThreadingProp; field in System.Web.Configuration.HttpRuntimeSection
71 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; }