public CodeCoverageProcessor(DbTraceCodeFormatter dbCodeFormatter, HighlightCodeProvider highlightCodeProvider) { _dbCodeFormatter = dbCodeFormatter; _highlightCodeProvider = highlightCodeProvider; _dataScrubber = new DataScrubber(dbCodeFormatter); _highlightMarkUpLength = _dbCodeFormatter.StartHighlightMarkUp.Length + _dbCodeFormatter.EndHighlightMarkUp.Length; }
public MsSqlDbTraceCodeFormatter() { _dataScrubber = new DataScrubber(this, "format.scrub"); }