2 instantiations of CSharpUseExplicitTypeDiagnosticAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Diagnostics\Configuration\ConfigureCodeStyle\MultipleCodeStyleOptionConfigurationTests.cs (1)
46new CSharpUseExplicitTypeDiagnosticAnalyzer(), new ConfigureCodeStyleOptionCodeFixProvider());
UseExplicitTypeTests.cs (1)
29=> (new CSharpUseExplicitTypeDiagnosticAnalyzer(), new UseExplicitTypeCodeFixProvider());
2 references to CSharpUseExplicitTypeDiagnosticAnalyzer
Roslyn.VisualStudio.Next.UnitTests (2)
Services\VisualStudioDiagnosticAnalyzerExecutorTests.cs (2)
58var analyzerType = typeof(CSharpUseExplicitTypeDiagnosticAnalyzer); 178var analyzerType = typeof(CSharpUseExplicitTypeDiagnosticAnalyzer);