10 references to VerifyCodeFixAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (10)
MakeMethodSynchronousTests.cs (3)
888await VerifyCS.VerifyCodeFixAsync( 931await VerifyCS.VerifyCodeFixAsync( 982await VerifyCS.VerifyCodeFixAsync(
RemoveUnnecessaryAttributeSuppressionsTests.cs (1)
201await VerifyCS.VerifyCodeFixAsync(input, expectedDiagnostic, input);
RemoveUnnecessaryCastTests.cs (5)
2161await VerifyCS.VerifyCodeFixAsync( 5159await VerifyCS.VerifyCodeFixAsync( 5187await VerifyCS.VerifyCodeFixAsync( 5214await VerifyCS.VerifyCodeFixAsync( 6308await VerifyCS.VerifyCodeFixAsync(
UpdateLegacySuppressionsTests.cs (1)
83await VerifyCS.VerifyCodeFixAsync(input, expectedDiagnostic, fixedCode);