Implemented interface member:
property
Filename
System.Configuration.Internal.IConfigErrorInfo.Filename
1 write to Filename
System.Configuration.ConfigurationManager (1)
System\Configuration\SectionXmlInfo.cs (1)
22Filename = filename;
7 references to Filename
System.Configuration.ConfigurationManager (7)
System\Configuration\BaseConfigurationRecord.cs (7)
1346reader, input.SectionXmlInfo.Filename, input.SectionXmlInfo.LineNumber); 1364using (Stream stream = Host.OpenStreamForRead(sectionXmlInfo.Filename)) 1368((stream == null) || HasStreamChanged(sectionXmlInfo.Filename, sectionXmlInfo.StreamVersion))) 1371sectionXmlInfo.Filename, 0); 1377using (XmlUtil xmlUtil = new XmlUtil(stream, sectionXmlInfo.Filename, true)) 1540string filename = input.SectionXmlInfo.Filename; 1550reader = new ConfigXmlReader(rawXml, input.SectionXmlInfo.Filename, input.SectionXmlInfo.LineNumber);