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