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