7 instantiations of NuGetAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (7)
364
var nugetAnalyzer = new
NuGetAnalyzer
(reportedDiagnosticIds);
424
var nugetAnalyzer = new
NuGetAnalyzer
(nugetAnalyzerDiagnosticIds);
476
var nugetAnalyzer = new
NuGetAnalyzer
(nugetAnalyzerDiagnosticIds);
528
var firstNugetAnalyzer = new
NuGetAnalyzer
(firstNugetAnalyzerDiagnosticIds);
529
var secondNugetAnalyzer = new
NuGetAnalyzer
(secondNugetAnalyzerDiagnosticIds);
601
var firstNugetAnalyzer = new
NuGetAnalyzer
(firstNugetAnalyzerDiagnosticIds);
602
var secondNugetAnalyzer = new
NuGetAnalyzer
(secondNugetAnalyzerDiagnosticIds);
41 references to NuGetAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (41)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (41)
364
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
)),
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
)),
424
var
nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds);
437
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
))
465
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
476
var
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
)),
528
var
firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds);
529
var
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
)),
601
var
firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds);
602
var
secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds);
618
nugetAnalyzers: 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
)),
723
NuGetAnalyzer
? nugetAnalyzer,
729
nugetAnalyzer != null ? ImmutableArray.Create(nugetAnalyzer) : ImmutableArray<
NuGetAnalyzer
>.Empty,
740
ImmutableArray<
NuGetAnalyzer
> nugetAnalyzers,
751
foreach (
var
nugetAnalyzer in nugetAnalyzers)
814
foreach (
var
nugetAnalyzer in nugetAnalyzers)
839
: base(nameof(
NuGetAnalyzer
), reportedIds)