/// <summary> /// Gets the execution time for the given analyzer for the given <see cref="CompilationWithAnalyzers"/>. /// </summary> public static TimeSpan GetAnalyzerExecutionTime(this CompilationWithAnalyzers compilationWithAnalyzers, DiagnosticAnalyzer analyzer) { return(compilationWithAnalyzers.GetAnalyzerExecutionTime(analyzer)); }