7 instantiations of NuGetAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (7)
353
var nugetAnalyzer = new
NuGetAnalyzer
(reportedDiagnosticIds);
410
var nugetAnalyzer = new
NuGetAnalyzer
(nugetAnalyzerDiagnosticIds);
459
var nugetAnalyzer = new
NuGetAnalyzer
(nugetAnalyzerDiagnosticIds);
508
var firstNugetAnalyzer = new
NuGetAnalyzer
(firstNugetAnalyzerDiagnosticIds);
509
var secondNugetAnalyzer = new
NuGetAnalyzer
(secondNugetAnalyzerDiagnosticIds);
578
var firstNugetAnalyzer = new
NuGetAnalyzer
(firstNugetAnalyzerDiagnosticIds);
579
var secondNugetAnalyzer = new
NuGetAnalyzer
(secondNugetAnalyzerDiagnosticIds);
39 references to NuGetAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (39)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (39)
353
var
nugetAnalyzer = new NuGetAnalyzer(reportedDiagnosticIds);
372
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
373
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
374
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
398
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
399
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
400
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
410
var
nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds);
422
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
))
448
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
459
var
nugetAnalyzer = new NuGetAnalyzer(nugetAnalyzerDiagnosticIds);
471
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
472
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
473
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
))
495
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
496
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
497
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
508
var
firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds);
509
var
secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds);
528
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
529
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
530
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
))
546
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
547
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
548
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
))
566
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
578
var
firstNugetAnalyzer = new NuGetAnalyzer(firstNugetAnalyzerDiagnosticIds);
579
var
secondNugetAnalyzer = new NuGetAnalyzer(secondNugetAnalyzerDiagnosticIds);
623
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
624
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
625
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
645
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
666
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
687
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
NuGetAnalyzer
)),
695
NuGetAnalyzer
? nugetAnalyzer,
712
ImmutableArray<
NuGetAnalyzer
> nugetAnalyzers,
723
foreach (
var
nugetAnalyzer in nugetAnalyzers)
787
foreach (
var
nugetAnalyzer in nugetAnalyzers)
812
: base(nameof(
NuGetAnalyzer
), reportedIds)