14 references to FileInput
System.Configuration (14)
System\Configuration\BaseConfigurationRecord.cs (1)
1543SectionInput fileInput = sectionRecord.FileInput;
System\Configuration\MgmtConfigurationRecord.cs (9)
521ConfigXmlReader reader = GetSectionXmlReader(keys, sectionRecord.FileInput); 597StringUtil.EqualsIgnoreCase(sectionRecord.FileInput.SectionXmlInfo.ConfigSourceStreamName, oldStreamName)) { 1640SectionXmlInfo sectionXmlInfo = sectionRecord.FileInput.SectionXmlInfo; 1660SectionXmlInfo sectionXmlInfo = sectionRecord.FileInput.SectionXmlInfo; 1710SectionXmlInfo sectionXmlInfo = sectionRecord.FileInput.SectionXmlInfo; 1959SectionXmlInfo sectionXmlInfo = sectionRecord.FileInput.SectionXmlInfo; 1978SectionXmlInfo sectionXmlInfo = sectionRecord.FileInput.SectionXmlInfo; 1989SectionInput fileInput = sectionRecord.FileInput; 3082SectionInput fileInput = update.SectionRecord.FileInput;
System\Configuration\SectionInformation.cs (1)
133SectionInput fileInput = sectionRecord.FileInput;
System\Configuration\SectionRecord.cs (3)
310FileInput.SectionXmlInfo.RawXml = null; 381ErrorsHelper.AddErrors(ref allErrors, FileInput.Errors); 406if (FileInput.HasErrors) {