7 instantiations of NuGetAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (7)
364var nugetAnalyzer = new NuGetAnalyzer(reportedDiagnosticIds); 424var nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds); 476var nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds); 528var firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds); 529var secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds); 601var firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds); 602var secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds);
41 references to NuGetAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (41)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (41)
364var 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)), 412(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 413(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 414(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 424var nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds); 437(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)) 465(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 476var nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds); 489(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 490(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 491(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)) 515(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 516(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 517(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 528var firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds); 529var secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds); 549(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 550(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 551(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)) 568(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 569(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 570(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)) 589(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 601var firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds); 602var secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds); 618nugetAnalyzers: ImmutableArray<NuGetAnalyzer>.Empty, 648(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 649(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 650(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 671(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 693(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 715(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 723NuGetAnalyzer? nugetAnalyzer, 729nugetAnalyzer != null ? ImmutableArray.Create(nugetAnalyzer) : ImmutableArray<NuGetAnalyzer>.Empty, 740ImmutableArray<NuGetAnalyzer> nugetAnalyzers, 751foreach (var nugetAnalyzer in nugetAnalyzers) 814foreach (var nugetAnalyzer in nugetAnalyzers) 839: base(nameof(NuGetAnalyzer), reportedIds)