1 write to s_propFile
System.Configuration (1)
System\Configuration\AppSettingsSection.cs (1)
34s_propFile = propFile;
4 references to s_propFile
System.Configuration (4)
System\Configuration\AppSettingsSection.cs (4)
75string fileValue = (string)base[s_propFile]; 82base[s_propFile] = value; 88if (!String.IsNullOrEmpty((string)base[s_propFile])) { // don't inherit from the parent 89SetPropertyValue(s_propFile,null,true); // ignore the lock to prevent inheritence