2 types derived from AbstractImplementInterfaceService
Microsoft.CodeAnalysis.CSharp.Features (1)
ImplementInterface\CSharpImplementInterfaceService.cs (1)
23internal class CSharpImplementInterfaceService : AbstractImplementInterfaceService
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ImplementInterface\VisualBasicImplementInterfaceService.vb (1)
16Inherits AbstractImplementInterfaceService
12 references to AbstractImplementInterfaceService
Microsoft.CodeAnalysis.Features (11)
ImplementInterface\AbstractImplementInterfaceService.CodeAction.cs (7)
35protected readonly AbstractImplementInterfaceService Service; 39AbstractImplementInterfaceService service, 60AbstractImplementInterfaceService service, 69AbstractImplementInterfaceService service, 78AbstractImplementInterfaceService service, 87AbstractImplementInterfaceService service, 97AbstractImplementInterfaceService service,
ImplementInterface\AbstractImplementInterfaceService.DisposePatternCodeAction.cs (3)
92AbstractImplementInterfaceService service, 103AbstractImplementInterfaceService service, 112AbstractImplementInterfaceService service,
ImplementInterface\AbstractImplementInterfaceService.State.cs (1)
45AbstractImplementInterfaceService service,
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
ImplementInterface\ImplementInterfaceTests_FixAllTests.vb (1)
5Imports ImplementInterfaceCodeAction = Microsoft.CodeAnalysis.ImplementInterface.AbstractImplementInterfaceService.ImplementInterfaceCodeAction