5 instantiations of VsixAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (5)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (5)
364
var vsixAnalyzer = new
VsixAnalyzer
(reportedDiagnosticIds);
421
var vsixAnalyzer = new
VsixAnalyzer
(vsixAnalyzerDiagnosticIds);
470
var vsixAnalyzer = new
VsixAnalyzer
(vsixAnalyzerDiagnosticIds);
520
var vsixAnalyzer = new
VsixAnalyzer
(vsixAnalyzerDiagnosticIds);
590
var vsixAnalyzer = new
VsixAnalyzer
(vsixAnalyzerDiagnosticIds);
36 references to VsixAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (36)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (36)
364
var
vsixAnalyzer = new VsixAnalyzer(reportedDiagnosticIds);
394
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
395
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
396
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
421
var
vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds);
442
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
443
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
444
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
457
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
459
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
470
var
vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds);
493
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
))
520
var
vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds);
575
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
577
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
))
590
var
vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds);
614
(Diagnostic("X", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
615
(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
616
(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
))
636
(Diagnostic("X", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
637
(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
638
(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
))
656
(Diagnostic("X", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
657
(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
658
(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
))
677
(Diagnostic("X", "Class", isSuppressed: false).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
678
(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
679
(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
))
698
(Diagnostic("X", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
699
(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
700
(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
))
707
VsixAnalyzer
? vsixAnalyzer,
724
ImmutableArray<
VsixAnalyzer
> vsixAnalyzers,
738
foreach (
var
vsixAnalyzer in vsixAnalyzers)
802
foreach (
var
vsixAnalyzer in vsixAnalyzers)
831
: base(nameof(
VsixAnalyzer
), reportedIds)