Microsoft.NetCore.Analyzers\Performance\PreferCountOverAnyTests.cs (5)
43return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
96return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
147return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
295return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
346return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
Microsoft.NetCore.Analyzers\Performance\PreferIsEmptyOverAnyTests.cs (6)
42return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
94return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
144return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
258return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
308return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
412return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);