protected BaseSynchronised() { SyncRoot = new SafeLock(); }
public SafeLockDisposer(SafeLock owner) { m_owner = owner; }