5 instantiations of VsixAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (5)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (5)
354
var vsixAnalyzer = new
VsixAnalyzer
(reportedDiagnosticIds);
411
var vsixAnalyzer = new
VsixAnalyzer
(vsixAnalyzerDiagnosticIds);
460
var vsixAnalyzer = new
VsixAnalyzer
(vsixAnalyzerDiagnosticIds);
510
var vsixAnalyzer = new
VsixAnalyzer
(vsixAnalyzerDiagnosticIds);
580
var vsixAnalyzer = new
VsixAnalyzer
(vsixAnalyzerDiagnosticIds);
36 references to VsixAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (36)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (36)
354
var
vsixAnalyzer = new VsixAnalyzer(reportedDiagnosticIds);
384
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
385
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
386
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
411
var
vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds);
432
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
433
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
434
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
447
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
449
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
460
var
vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds);
483
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
))
510
var
vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds);
565
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
567
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
))
580
var
vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds);
604
(Diagnostic("X", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
605
(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
606
(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
))
626
(Diagnostic("X", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
627
(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
628
(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
))
646
(Diagnostic("X", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
647
(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
648
(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
))
667
(Diagnostic("X", "Class", isSuppressed: false).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
668
(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
669
(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
))
688
(Diagnostic("X", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
689
(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
690
(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
))
697
VsixAnalyzer
? vsixAnalyzer,
714
ImmutableArray<
VsixAnalyzer
> vsixAnalyzers,
728
foreach (
var
vsixAnalyzer in vsixAnalyzers)
792
foreach (
var
vsixAnalyzer in vsixAnalyzers)
821
: base(nameof(
VsixAnalyzer
), reportedIds)