7 instantiations of NuGetAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (7)
365var nugetAnalyzer = new NuGetAnalyzer(reportedDiagnosticIds); 422var nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds); 471var nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds); 520var firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds); 521var secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds); 590var firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds); 591var secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds);
39 references to NuGetAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (39)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (39)
365var nugetAnalyzer = new NuGetAnalyzer(reportedDiagnosticIds); 384(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 385(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 386(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 410(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 411(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 412(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 422var nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds); 434(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)) 460(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 471var nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds); 483(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 484(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 485(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)) 507(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 508(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 509(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 520var firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds); 521var secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds); 540(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 541(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 542(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)) 558(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 559(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 560(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)) 578(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 590var firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds); 591var secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds); 635(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 636(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 637(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 657(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 678(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 699(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 707NuGetAnalyzer? nugetAnalyzer, 724ImmutableArray<NuGetAnalyzer> nugetAnalyzers, 735foreach (var nugetAnalyzer in nugetAnalyzers) 799foreach (var nugetAnalyzer in nugetAnalyzers) 824: base(nameof(NuGetAnalyzer), reportedIds)