6 references to ReportInvalidLock
System.Configuration (6)
System\Configuration\ConfigurationElement.cs (2)
1396ReportInvalidLock(attribToLockTrim, lockType, value, null); 1399ReportInvalidLock(attribToLockTrim, lockType, value, collection.LockableElements);
System\Configuration\ConfigurationLockCollection.cs (4)
101_thisElement.ReportInvalidLock(attribToLockTrim, _lockType, null, null); 104_thisElement.ReportInvalidLock(attribToLockTrim, _lockType, null, collection.LockableElements); 116_thisElement.ReportInvalidLock(attribToLockTrim, _lockType, null, null); 122_thisElement.ReportInvalidLock(attribToLockTrim, _lockType, null, null);