3 references to s_propValue
System.Configuration.ConfigurationManager (3)
System\Configuration\DateTimeConfigurationElement.cs (3)
11private static readonly ConfigurationPropertyCollection s_properties = new ConfigurationPropertyCollection { s_propValue }; 30get { return (DateTime)base[s_propValue]; } 31set { base[s_propValue] = value; }