4 types derived from TestThirdPartyCodeFix
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
Formatting\CodeCleanupTests.TestFixers.cs (4)
51private class TestThirdPartyCodeFixWithFixAll : TestThirdPartyCodeFix 63private class TestThirdPartyCodeFixWithOutFixAll : TestThirdPartyCodeFix 73private class TestThirdPartyCodeFixModifiesSolution : TestThirdPartyCodeFix 124private class TestThirdPartyCodeFixDoesNotSupportDocumentScope : TestThirdPartyCodeFix
3 references to TestThirdPartyCodeFix
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
Formatting\CodeCleanupTests.TestFixers.cs (3)
42nameof(TestThirdPartyCodeFix)), 118nameof(TestThirdPartyCodeFix))); 174nameof(TestThirdPartyCodeFix)));