3 instantiations of CSharpUnboundIdentifiersDiagnosticAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
AddUsing\AddUsingTestsWithAddImportDiagnosticProvider.cs (1)
29
=> (new
CSharpUnboundIdentifiersDiagnosticAnalyzer
(), new CSharpAddImportCodeFixProvider());
Diagnostics\GenerateType\GenerateTypeWithUnboundAnalyzerTests.cs (1)
29
=> (new
CSharpUnboundIdentifiersDiagnosticAnalyzer
(), new GenerateTypeCodeFixProvider());
FullyQualify\FullyQualifyUnboundIdentifierTests.cs (1)
30
=> (new
CSharpUnboundIdentifiersDiagnosticAnalyzer
(), new CSharpFullyQualifyCodeFixProvider());