5 references to Locked
System.Configuration.ConfigurationManager (5)
System\Configuration\BaseConfigurationRecord.cs (3)
2225mode = sectionRecord.Locked ? OverrideMode.Deny : OverrideMode.Allow; 2307result = 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;