2 writes to _fileInput
System.Configuration (2)
System\Configuration\SectionRecord.cs (2)
188
_fileInput
= sectionInput;
210
_fileInput
= null;
5 references to _fileInput
System.Configuration (5)
System\Configuration\SectionRecord.cs (5)
164
return
_fileInput
!= null;
169
get { return
_fileInput
; }
209
if (
_fileInput
!= null) {
347
if (
_fileInput
!= null) {
348
_fileInput
.ClearResult();