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