public void RemoveMarkers(ApplicationSettings settings) { _commenter.RemoveComments(); if (settings.LockContext) { _locker.RemoveLocks(); } PluginInitializer.FilesWithSpotcheckMarkers.Remove(_path); }