7 instantiations of NuGetAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (7)
353var nugetAnalyzer = new NuGetAnalyzer(reportedDiagnosticIds); 410var nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds); 459var nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds); 508var firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds); 509var secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds); 578var firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds); 579var secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds);
39 references to NuGetAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (39)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (39)
353var nugetAnalyzer = new NuGetAnalyzer(reportedDiagnosticIds); 372(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 373(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 374(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 398(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 399(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 400(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 410var nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds); 422(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)) 448(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 459var nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds); 471(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 472(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 473(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)) 495(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 496(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 497(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 508var firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds); 509var secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds); 528(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 529(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 530(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)) 546(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 547(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 548(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)) 566(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 578var firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds); 579var secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds); 623(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 624(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 625(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 645(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 666(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 687(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 695NuGetAnalyzer? nugetAnalyzer, 712ImmutableArray<NuGetAnalyzer> nugetAnalyzers, 723foreach (var nugetAnalyzer in nugetAnalyzers) 787foreach (var nugetAnalyzer in nugetAnalyzers) 812: base(nameof(NuGetAnalyzer), reportedIds)