5 instantiations of VsixAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (5)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (5)
364var vsixAnalyzer = new VsixAnalyzer(reportedDiagnosticIds); 421var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 470var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 520var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 590var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds);
36 references to VsixAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (36)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (36)
364var 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)), 421var 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)), 470var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 493(Diagnostic("B", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)) 520var vsixAnalyzer = new VsixAnalyzer(vsixAnalyzerDiagnosticIds); 575(Diagnostic("A", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)), 577(Diagnostic("C", "Class").WithLocation(1, 7), nameof(VsixAnalyzer)) 590var 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)) 707VsixAnalyzer? vsixAnalyzer, 724ImmutableArray<VsixAnalyzer> vsixAnalyzers, 738foreach (var vsixAnalyzer in vsixAnalyzers) 802foreach (var vsixAnalyzer in vsixAnalyzers) 831: base(nameof(VsixAnalyzer), reportedIds)