2 references to HasInput
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (2)
950
bool hasInput = (sectionRecord != null && sectionRecord.
HasInput
);
1535
Debug.Assert(sectionRecord.
HasInput
, "sectionRecord.HasInput");