internal void RecreateAnalyzer() { if (_analyzer != null) { _analyzer.Dispose(); } _analyzer = CreateAnalyzer(); }