Bridge.React.Analyser.Test.SelectAttributesTests.GetCSharpDiagnosticAnalyzer C# (CSharp) Method

GetCSharpDiagnosticAnalyzer() protected method

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