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