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