7 instantiations of NuGetAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (7)
365
var nugetAnalyzer = new
NuGetAnalyzer
(reportedDiagnosticIds);
422
var nugetAnalyzer = new
NuGetAnalyzer
(nugetAnalyzerDiagnosticIds);
471
var nugetAnalyzer = new
NuGetAnalyzer
(nugetAnalyzerDiagnosticIds);
520
var firstNugetAnalyzer = new
NuGetAnalyzer
(firstNugetAnalyzerDiagnosticIds);
521
var secondNugetAnalyzer = new
NuGetAnalyzer
(secondNugetAnalyzerDiagnosticIds);
590
var firstNugetAnalyzer = new
NuGetAnalyzer
(firstNugetAnalyzerDiagnosticIds);
591
var secondNugetAnalyzer = new
NuGetAnalyzer
(secondNugetAnalyzerDiagnosticIds);
39 references to NuGetAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (39)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (39)
365
var
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
)),
422
var
nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds);
434
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
))
460
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
471
var
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
)),
520
var
firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds);
521
var
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
)),
590
var
firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds);
591
var
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
)),
707
NuGetAnalyzer
? nugetAnalyzer,
724
ImmutableArray<
NuGetAnalyzer
> nugetAnalyzers,
735
foreach (
var
nugetAnalyzer in nugetAnalyzers)
799
foreach (
var
nugetAnalyzer in nugetAnalyzers)
824
: base(nameof(
NuGetAnalyzer
), reportedIds)