2 writes to SourceInfo
System.Configuration (2)
System\Configuration\ConfigurationValue.cs (1)
32SourceInfo = sourceInfo;
System\Configuration\ConfigurationValues.cs (1)
80configurationValue.SourceInfo = sourceInfo;
12 references to SourceInfo
System.Configuration (12)
System\Configuration\ConfigurationElement.cs (11)
581PropertySourceInfo sourceInfo = (ConfigValue != null) ? ConfigValue.SourceInfo : null; 1346throw new ConfigurationErrorsException(string.Format(CultureInfo.CurrentCulture, format, attribToLockTrim, sb.ToString()), value.SourceInfo.FileName, value.SourceInfo.LineNumber); 1358throw new ConfigurationErrorsException(SR.GetString(SR.Empty_attribute, LockAttributesKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber); 1360throw new ConfigurationErrorsException(SR.GetString(SR.Empty_attribute, LockElementsKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber); 1362throw new ConfigurationErrorsException(SR.GetString(SR.Config_empty_lock_attributes_except, LockAllAttributesExceptKey, LockAttributesKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber); 1364throw new ConfigurationErrorsException(SR.GetString(SR.Config_empty_lock_element_except, LockAllElementsExceptKey, LockElementsKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber);
System\Configuration\ConfigurationValues.cs (1)
70return configurationValue.SourceInfo;