7 instantiations of NuGetAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (7)
363
var nugetAnalyzer = new
NuGetAnalyzer
(reportedDiagnosticIds);
420
var nugetAnalyzer = new
NuGetAnalyzer
(nugetAnalyzerDiagnosticIds);
469
var nugetAnalyzer = new
NuGetAnalyzer
(nugetAnalyzerDiagnosticIds);
518
var firstNugetAnalyzer = new
NuGetAnalyzer
(firstNugetAnalyzerDiagnosticIds);
519
var secondNugetAnalyzer = new
NuGetAnalyzer
(secondNugetAnalyzerDiagnosticIds);
588
var firstNugetAnalyzer = new
NuGetAnalyzer
(firstNugetAnalyzerDiagnosticIds);
589
var secondNugetAnalyzer = new
NuGetAnalyzer
(secondNugetAnalyzerDiagnosticIds);
39 references to NuGetAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (39)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (39)
363
var
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
)),
420
var
nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds);
432
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
))
458
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
469
var
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
)),
518
var
firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds);
519
var
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
)),
588
var
firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds);
589
var
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
)),
705
NuGetAnalyzer
? nugetAnalyzer,
722
ImmutableArray<
NuGetAnalyzer
> nugetAnalyzers,
733
foreach (
var
nugetAnalyzer in nugetAnalyzers)
797
foreach (
var
nugetAnalyzer in nugetAnalyzers)
822
: base(nameof(
NuGetAnalyzer
), reportedIds)