3 references to _propName
System.Configuration.ConfigurationManager (3)
System\Configuration\ProviderSettings.cs (3)
28
_properties = new ConfigurationPropertyCollection {
_propName
, _propType };
50
get { return (string)base[
_propName
]; }
51
set { base[
_propName
] = value; }