10 references to VerifyCodeFixAsync
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (10)
src\Analyzers\CSharp\Tests\MakeMethodSynchronous\MakeMethodSynchronousTests.cs (3)
897await VerifyCS.VerifyCodeFixAsync( 940await VerifyCS.VerifyCodeFixAsync( 991await VerifyCS.VerifyCodeFixAsync(
src\Analyzers\CSharp\Tests\RemoveUnnecessaryCast\RemoveUnnecessaryCastTests.cs (5)
2135await VerifyCS.VerifyCodeFixAsync( 5137await VerifyCS.VerifyCodeFixAsync( 5165await VerifyCS.VerifyCodeFixAsync( 5192await VerifyCS.VerifyCodeFixAsync( 6276await VerifyCS.VerifyCodeFixAsync(
src\Analyzers\CSharp\Tests\RemoveUnnecessarySuppressions\RemoveUnnecessaryAttributeSuppressionsTests.cs (1)
201await VerifyCS.VerifyCodeFixAsync(input, expectedDiagnostic, input);
src\Analyzers\CSharp\Tests\UpdateLegacySuppressions\UpdateLegacySuppressionsTests.cs (1)
85await VerifyCS.VerifyCodeFixAsync(input, expectedDiagnostic, fixedCode);