14 references to LockedElements
System.Configuration.ConfigurationManager (14)
System\Configuration\ConfigurationElement.cs (13)
93
public ConfigurationLockCollection LockElements => _lockedElementsList ??= new ConfigurationLockCollection(this, ConfigurationLockCollectionType.
LockedElements
);
289
ConfigurationLockCollectionType.
LockedElements
);
569
ConfigurationLockCollectionType.
LockedElements
);
1207
((lockedType == ConfigurationLockCollectionType.
LockedElements
) ||
1225
if ((lockedType == ConfigurationLockCollectionType.
LockedElements
) ||
1253
if ((lockedType == ConfigurationLockCollectionType.
LockedElements
) ||
1288
case ConfigurationLockCollectionType.
LockedElements
:
1309
if (!(((lockType == ConfigurationLockCollectionType.
LockedElements
) ||
1319
((lockType != ConfigurationLockCollectionType.
LockedElements
) &&
1323
(((lockType == ConfigurationLockCollectionType.
LockedElements
) ||
1623
ConfigurationLockCollectionType.
LockedElements
);
1626
ConfigurationLockCollectionType.
LockedElements
);
1692
ConfigurationLockCollectionType.
LockedElements
);
System\Configuration\ConfigurationLockCollection.cs (1)
168
if ((LockType == ConfigurationLockCollectionType.
LockedElements
) ||