5 references to AllowDefinition
System.Configuration (5)
System\Configuration\MgmtConfigurationRecord.cs (5)
802
configSection.SectionInformation.
AllowDefinition
,
1310
|| factoryRecord.AllowDefinition != configSection.SectionInformation.
AllowDefinition
1346
if ((configSection.SectionInformation.
AllowDefinition
!= ConfigurationAllowDefinition.Everywhere) ||
1351
switch (configSection.SectionInformation.
AllowDefinition
) {
1919
factoryRecord.AllowDefinition = configSection.SectionInformation.
AllowDefinition
;