5 instantiations of VsixAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (5)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (5)
365var vsixAnalyzer = new VsixAnalyzer(reportedDiagnosticIds); 425var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 477var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 530var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 603var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds);
38 references to VsixAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (38)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (38)
365var vsixAnalyzer = new VsixAnalyzer(reportedDiagnosticIds); 397(Diagnostic("A", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)), 398(Diagnostic("B", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)), 399(Diagnostic("C", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)), 425var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 448(Diagnostic("A", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)), 449(Diagnostic("B", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)), 450(Diagnostic("C", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)), 464(Diagnostic("A", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)), 466(Diagnostic("C", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)), 477var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 502(Diagnostic("B", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)) 530var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 541vsixAnalyzers: ImmutableArray<VsixAnalyzer>.Empty, 588(Diagnostic("A", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)), 590(Diagnostic("C", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)) 603var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 628(Diagnostic("X", "Class", isSuppressed: true).WithLocation(1, 7), nameof(VsixAnalyzer)), 629(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(VsixAnalyzer)), 630(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(VsixAnalyzer)) 651(Diagnostic("X", "Class", isSuppressed: true).WithLocation(1, 7), nameof(VsixAnalyzer)), 652(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(VsixAnalyzer)), 653(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(VsixAnalyzer)) 672(Diagnostic("X", "Class", isSuppressed: true).WithLocation(1, 7), nameof(VsixAnalyzer)), 673(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(VsixAnalyzer)), 674(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(VsixAnalyzer)) 694(Diagnostic("X", "Class", isSuppressed: false).WithLocation(1, 7), nameof(VsixAnalyzer)), 695(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(VsixAnalyzer)), 696(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(VsixAnalyzer)) 716(Diagnostic("X", "Class", isSuppressed: true).WithLocation(1, 7), nameof(VsixAnalyzer)), 717(Diagnostic("Y", "Class", isSuppressed: true).WithLocation(1, 7), nameof(VsixAnalyzer)), 718(Diagnostic("Z", "Class", isSuppressed: true).WithLocation(1, 7), nameof(VsixAnalyzer)) 725VsixAnalyzer? vsixAnalyzer, 731vsixAnalyzer != null ? ImmutableArray.Create(vsixAnalyzer) : ImmutableArray<VsixAnalyzer>.Empty, 742ImmutableArray<VsixAnalyzer> vsixAnalyzers, 756foreach (var vsixAnalyzer in vsixAnalyzers) 819foreach (var vsixAnalyzer in vsixAnalyzers) 848: base(nameof(VsixAnalyzer), reportedIds)