5 instantiations of VsixAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (5)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (5)
366
var vsixAnalyzer = new
VsixAnalyzer
(reportedDiagnosticIds);
423
var vsixAnalyzer = new
VsixAnalyzer
(vsixAnalyzerDiagnosticIds);
472
var vsixAnalyzer = new
VsixAnalyzer
(vsixAnalyzerDiagnosticIds);
522
var vsixAnalyzer = new
VsixAnalyzer
(vsixAnalyzerDiagnosticIds);
592
var vsixAnalyzer = new
VsixAnalyzer
(vsixAnalyzerDiagnosticIds);
36 references to VsixAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (36)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (36)
366
var
vsixAnalyzer = new VsixAnalyzer(reportedDiagnosticIds);
396
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
397
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
398
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
423
var
vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds);
444
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
445
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
446
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
459
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
461
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
472
var
vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds);
495
(Diagnostic("B", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
))
522
var
vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds);
577
(Diagnostic("A", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
)),
579
(Diagnostic("C", "Class").WithLocation(1, 7), nameof(
VsixAnalyzer
))
592
var
vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds);
616
(Diagnostic("X", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
617
(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
618
(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
))
638
(Diagnostic("X", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
639
(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
640
(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
))
658
(Diagnostic("X", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
659
(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
660
(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
))
679
(Diagnostic("X", "Class", isSuppressed: false).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
680
(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
681
(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
))
700
(Diagnostic("X", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
701
(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
)),
702
(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(
VsixAnalyzer
))
709
VsixAnalyzer
? vsixAnalyzer,
726
ImmutableArray<
VsixAnalyzer
> vsixAnalyzers,
740
foreach (
var
vsixAnalyzer in vsixAnalyzers)
804
foreach (
var
vsixAnalyzer in vsixAnalyzers)
833
: base(nameof(
VsixAnalyzer
), reportedIds)