Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Jan 18, 2022
1 parent 1b8fdd2 commit c29aa76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Features/Core/Portable/Diagnostics/AnalyzerHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ namespace Microsoft.CodeAnalysis.Diagnostics
{
internal static partial class AnalyzerHelper
{

// These are the error codes of the compiler warnings.
// Keep the ids the same so that de-duplication against compiler errors
// works in the error list (after a build).
Expand Down Expand Up @@ -268,7 +267,6 @@ public static IEnumerable<AnalyzerPerformanceInfo> ToAnalyzerPerformanceInfo(thi
Contract.ThrowIfFalse(project.SupportsCompilation);
AssertCompilation(project, compilation);


// in IDE, we always set concurrentAnalysis == false otherwise, we can get into thread starvation due to
// async being used with synchronous blocking concurrency.
var analyzerOptions = new CompilationWithAnalyzersOptions(
Expand Down

0 comments on commit c29aa76

Please sign in to comment.