2 instantiations of CSharpUseExplicitTypeDiagnosticAnalyzer
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
Diagnostics\Configuration\ConfigureCodeStyle\MultipleCodeStyleOptionConfigurationTests.cs (1)
45
new
CSharpUseExplicitTypeDiagnosticAnalyzer
(), new ConfigureCodeStyleOptionCodeFixProvider());
src\Analyzers\CSharp\Tests\UseImplicitOrExplicitType\UseExplicitTypeTests.cs (1)
25
=> (new
CSharpUseExplicitTypeDiagnosticAnalyzer
(), new UseExplicitTypeCodeFixProvider());
2 references to CSharpUseExplicitTypeDiagnosticAnalyzer
Roslyn.VisualStudio.Next.UnitTests (2)
Services\VisualStudioDiagnosticAnalyzerExecutorTests.cs (2)
50
var analyzerType = typeof(
CSharpUseExplicitTypeDiagnosticAnalyzer
);
148
var analyzerType = typeof(
CSharpUseExplicitTypeDiagnosticAnalyzer
);