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