13 references to VerifyAnalyzerDiagnostics
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (13)
Diagnostics\DiagnosticSuppressorTests.cs (13)
238VerifyAnalyzerDiagnostics(compilation, new DiagnosticAnalyzer[] { analyzer }, expectedDiagnostics);
258VerifyAnalyzerDiagnostics(compilation, new DiagnosticAnalyzer[] { analyzer }, expectedDiagnostic);
283VerifyAnalyzerDiagnostics(compilation, new DiagnosticAnalyzer[] { analyzer },
306VerifyAnalyzerDiagnostics(compilation, new DiagnosticAnalyzer[] { analyzer }, expectedDiagnostic);
365VerifyAnalyzerDiagnostics(compilation, analyzersWithoutSuppressor, diagnosticNoSuppressor);
410VerifyAnalyzerDiagnostics(compilation, analyzersAndSuppressors,
454VerifyAnalyzerDiagnostics(compilation, analyzersAndSuppressors,
505VerifyAnalyzerDiagnostics(compilation, analyzersAndSuppressors,
558VerifyAnalyzerDiagnostics(compilation, analyzersAndSuppressors,
611VerifyAnalyzerDiagnostics(compilation, analyzersAndSuppressors,
636VerifyAnalyzerDiagnostics(compilation, new DiagnosticAnalyzer[] { analyzer }, expectedDiagnostic);
676VerifyAnalyzerDiagnostics(compilation, new DiagnosticAnalyzer[] { analyzer }, expectedDiagnostic);
700VerifyAnalyzerDiagnostics(compilation, new DiagnosticAnalyzer[] { analyzer1, analyzer2 }, expectedDiagnostics);