5 references to Locked
System.Configuration.ConfigurationManager (5)
System\Configuration\BaseConfigurationRecord.cs (3)
2225
mode = sectionRecord.
Locked
? OverrideMode.Deny : OverrideMode.Allow;
2307
result = sectionRecord.
Locked
? OverrideMode.Deny : OverrideMode.Allow;
2946
(sectionRecord.LockChildren || sectionRecord.
Locked
))
System\Configuration\SectionInformation.cs (1)
451
_flags[FlagLocationLocked] = sectionRecord.
Locked
;
System\Configuration\SectionRecord.cs (1)
197
_flags[FlagLockChildren] =
Locked
;