7 instantiations of NuGetAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (7)
363var nugetAnalyzer = new NuGetAnalyzer(reportedDiagnosticIds); 420var nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds); 469var nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds); 518var firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds); 519var secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds); 588var firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds); 589var secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds);
39 references to NuGetAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (39)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (39)
363var nugetAnalyzer = new NuGetAnalyzer(reportedDiagnosticIds); 382(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 383(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 384(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 408(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 409(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 410(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 420var nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds); 432(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)) 458(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 469var nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds); 481(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 482(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 483(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)) 505(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 506(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 507(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 518var firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds); 519var secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds); 538(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 539(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 540(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)) 556(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 557(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 558(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)) 576(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 588var firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds); 589var secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds); 633(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 634(Diagnostic("B", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 635(Diagnostic("C", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 655(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 676(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 697(Diagnostic("A", "Class").WithLocation(1, 7), nameof(NuGetAnalyzer)), 705NuGetAnalyzer? nugetAnalyzer, 722ImmutableArray<NuGetAnalyzer> nugetAnalyzers, 733foreach (var nugetAnalyzer in nugetAnalyzers) 797foreach (var nugetAnalyzer in nugetAnalyzers) 822: base(nameof(NuGetAnalyzer), reportedIds)