5 instantiations of VsixAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (5)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (5)
354var vsixAnalyzer = new VsixAnalyzer(reportedDiagnosticIds); 411var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 460var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 510var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 580var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds);
36 references to VsixAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (36)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (36)
354var 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)), 411var 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)), 460var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 483(Diagnostic("B", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)) 510var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 565(Diagnostic("A", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)), 567(Diagnostic("C", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)) 580var 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)) 697VsixAnalyzer? vsixAnalyzer, 714ImmutableArray<VsixAnalyzer> vsixAnalyzers, 728foreach (var vsixAnalyzer in vsixAnalyzers) 792foreach (var vsixAnalyzer in vsixAnalyzers) 821: base(nameof(VsixAnalyzer), reportedIds)