8 references to FileName
System.Configuration (8)
System\Configuration\ConfigurationElement.cs (6)
961
return p.
FileName
;
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\elementinformation.cs (1)
107
return psi.
FileName
;
System\Configuration\PropertyInformation.cs (1)
154
return psi.
FileName
;