Arbel.Roslyn.ConfigureAwaitChecker.Test.UnitTest.GetCSharpDiagnosticAnalyzer C# (CSharp) Method

GetCSharpDiagnosticAnalyzer() protected method

protected GetCSharpDiagnosticAnalyzer ( ) : Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer
return Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer
        protected override DiagnosticAnalyzer GetCSharpDiagnosticAnalyzer()
        {
            return new ConfigureAwaitAnalyzer();
        }
    }