5 instantiations of VsixAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (5)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (5)
366var vsixAnalyzer = new VsixAnalyzer(reportedDiagnosticIds); 423var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 472var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 522var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 592var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds);
36 references to VsixAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (36)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (36)
366var 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)), 423var 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)), 472var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 495(Diagnostic("B", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)) 522var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 577(Diagnostic("A", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)), 579(Diagnostic("C", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)) 592var 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)) 709VsixAnalyzer? vsixAnalyzer, 726ImmutableArray<VsixAnalyzer> vsixAnalyzers, 740foreach (var vsixAnalyzer in vsixAnalyzers) 804foreach (var vsixAnalyzer in vsixAnalyzers) 833: base(nameof(VsixAnalyzer), reportedIds)