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