4 types derived from TestThirdPartyCodeFix
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
Formatting\CodeCleanupTests.TestFixers.cs (4)
49private sealed class TestThirdPartyCodeFixWithFixAll : TestThirdPartyCodeFix 61private sealed class TestThirdPartyCodeFixWithOutFixAll : TestThirdPartyCodeFix 71private sealed class TestThirdPartyCodeFixModifiesSolution : TestThirdPartyCodeFix 124private sealed class TestThirdPartyCodeFixDoesNotSupportDocumentScope() : TestThirdPartyCodeFix
3 references to TestThirdPartyCodeFix
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
Formatting\CodeCleanupTests.TestFixers.cs (3)
42nameof(TestThirdPartyCodeFix)), 116nameof(TestThirdPartyCodeFix)); 166nameof(TestThirdPartyCodeFix));