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

GetCSharpDiagnosticAnalyzer() protected method

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