3 references to CloseIdleServicesAtLowMemory
System.ServiceModel (3)
System\ServiceModel\Configuration\ServiceHostingEnvironmentSection.cs (3)
69[ConfigurationProperty(ConfigurationStrings.CloseIdleServicesAtLowMemory, DefaultValue = false)] 72get { return (bool)base[ConfigurationStrings.CloseIdleServicesAtLowMemory]; } 73set { base[ConfigurationStrings.CloseIdleServicesAtLowMemory] = value; }