14 references to ExpectedDiagnostic
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests (14)
Microsoft.NetCore.Analyzers\Performance\PreferIsEmptyOverAnyTests.cs (14)
42return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
69return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
94return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
119return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
144return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
169return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
258return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
283return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
308return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
333return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
358return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
383return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
412return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
445return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);