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