2 instantiations of CSharpFormattingAnalyzer
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
Diagnostics\Suppression\SuppressionTests.cs (2)
796
new
CSharpFormattingAnalyzer
(), new CSharpSuppressionCodeFixProvider());
1042
new
CSharpFormattingAnalyzer
(), new CSharpSuppressionCodeFixProvider());
1 reference to CSharpFormattingAnalyzer
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
src\Analyzers\CSharp\Tests\Formatting\FormattingAnalyzerTests.cs (1)
16
using Verify = CSharpCodeFixVerifier<CodeStyle.
CSharpFormattingAnalyzer
, CodeStyle.CSharpFormattingCodeFixProvider>;