Implemented interface member:
property
Filename
System.Configuration.Internal.IConfigErrorInfo.Filename
1 write to Filename
System.Configuration.ConfigurationManager (1)
System\Configuration\XmlUtil.cs (1)
65
Filename
= name;
7 references to Filename
System.Configuration.ConfigurationManager (7)
System\Configuration\BaseConfigurationRecord.cs (7)
1452
string filename = xmlUtil.
Filename
;
1759
SR.Format(SR.Config_file_doesnt_have_root_configuration, xmlUtil.
Filename
), xmlUtil);
1888
factoryRecord = parentFactoryRecord?.CloneSectionGroup(typeName, xmlUtil.
Filename
, lineNumber)
1889
?? new FactoryRecord(configKey, parentConfigKey, tagName, typeName, xmlUtil.
Filename
, lineNumber);
2039
factoryRecord = parentFactoryRecord?.CloneSection(xmlUtil.
Filename
, lineNumber)
2053
filename: xmlUtil.
Filename
,
2454
string fileName = xmlUtil.
Filename
;