2 instantiations of CSharpFormattingAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Diagnostics\Suppression\SuppressionTests.cs (2)
756new CSharpFormattingAnalyzer(), new CSharpSuppressionCodeFixProvider()); 998new CSharpFormattingAnalyzer(), new CSharpSuppressionCodeFixProvider());
1 reference to CSharpFormattingAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
FormattingAnalyzerTests.cs (1)
14using Verify = CSharpCodeFixVerifier<CodeStyle.CSharpFormattingAnalyzer, CodeStyle.CSharpFormattingCodeFixProvider>;