7 references to ExpectedDiagnostic
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests (7)
Microsoft.NetCore.Analyzers\Performance\PreferLengthOverAnyTests.cs (7)
44return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
71return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
96return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
121return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
146return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
171return VerifyVB.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);
321return VerifyCS.VerifyCodeFixAsync(code, ExpectedDiagnostic, fixedCode);