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)
1350reader, input.SectionXmlInfo.Filename, input.SectionXmlInfo.LineNumber); 1368using (Stream stream = Host.OpenStreamForRead(sectionXmlInfo.Filename)) 1372((stream == null) || HasStreamChanged(sectionXmlInfo.Filename, sectionXmlInfo.StreamVersion))) 1375sectionXmlInfo.Filename, 0); 1381using (XmlUtil xmlUtil = new XmlUtil(stream, sectionXmlInfo.Filename, true)) 1544string filename = input.SectionXmlInfo.Filename; 1554reader = new ConfigXmlReader(rawXml, input.SectionXmlInfo.Filename, input.SectionXmlInfo.LineNumber);