Microsoft.NetCore.Analyzers\Performance\PreferCountOverAnyTests.cs (7)
71return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
122return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
173return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
321return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
372return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
398return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
424return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
Microsoft.NetCore.Analyzers\Performance\PreferIsEmptyOverAnyTests.cs (8)
69return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
119return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
169return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
283return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
333return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
358return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
383return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
445return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);