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