Implemented interface member:
property
Filename
System.Configuration.Internal.IConfigErrorInfo.Filename
7 references to Filename
System.Configuration (7)
System\Configuration\BaseConfigurationRecord.cs (7)
1799
using (Stream stream = Host.OpenStreamForRead(sectionXmlInfo.
Filename
)) {
1801
&& (stream == null || HasStreamChanged(sectionXmlInfo.
Filename
, sectionXmlInfo.StreamVersion))) {
1803
throw new ConfigurationErrorsException(SR.GetString(SR.Config_file_has_changed), sectionXmlInfo.
Filename
, 0);
1808
using (XmlUtil xmlUtil = new XmlUtil(stream, sectionXmlInfo.
Filename
, true)) {
1982
string filename = input.SectionXmlInfo.
Filename
;
1990
reader = new ConfigXmlReader(rawXml, input.SectionXmlInfo.
Filename
, input.SectionXmlInfo.LineNumber);
2124
filename = sectionInput.SectionXmlInfo.
Filename
;