2 writes to FileInput
System.Configuration.ConfigurationManager (2)
System\Configuration\SectionRecord.cs (2)
170
FileInput
= sectionInput;
193
FileInput
= null;
17 references to FileInput
System.Configuration.ConfigurationManager (17)
System\Configuration\BaseConfigurationRecord.cs (1)
1171
SectionInput fileInput = sectionRecord.
FileInput
;
System\Configuration\MgmtConfigurationRecord.cs (9)
436
ConfigXmlReader reader = GetSectionXmlReader(keys, sectionRecord.
FileInput
);
513
StringUtil.EqualsIgnoreCase(sectionRecord.
FileInput
.SectionXmlInfo.ConfigSourceStreamName,
1474
SectionXmlInfo sectionXmlInfo = sectionRecord.
FileInput
.SectionXmlInfo;
1496
SectionXmlInfo sectionXmlInfo = sectionRecord.
FileInput
.SectionXmlInfo;
1554
SectionXmlInfo sectionXmlInfo = sectionRecord.
FileInput
.SectionXmlInfo;
1806
SectionXmlInfo sectionXmlInfo = sectionRecord.
FileInput
.SectionXmlInfo;
1828
SectionXmlInfo sectionXmlInfo = sectionRecord.
FileInput
.SectionXmlInfo;
1840
SectionInput fileInput = sectionRecord.
FileInput
;
2984
SectionInput fileInput = update.SectionRecord.
FileInput
;
System\Configuration\SectionInformation.cs (1)
457
SectionInput fileInput = sectionRecord.
FileInput
;
System\Configuration\SectionRecord.cs (6)
112
internal bool HasFileInput =>
FileInput
!= null;
143
return HasFileInput &&
FileInput
.HasErrors;
191
if (
FileInput
!= null)
261
if (HasFileInput)
FileInput
.SectionXmlInfo.RawXml = null;
266
FileInput
?.ClearResult();
287
if (HasFileInput) ErrorsHelper.AddErrors(ref allErrors,
FileInput
.Errors);