2 types derived from AbstractMoveTypeService
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeRefactorings\MoveType\CSharpMoveTypeService.cs (1)
21
AbstractMoveTypeService
<CSharpMoveTypeService, BaseTypeDeclarationSyntax, BaseNamespaceDeclarationSyntax, MemberDeclarationSyntax, CompilationUnitSyntax>
Microsoft.CodeAnalysis.VisualBasic.Features (1)
CodeRefactorings\MoveType\VisualBasicMoveTypeService.vb (1)
16
Inherits
AbstractMoveTypeService
(Of VisualBasicMoveTypeService, TypeBlockSyntax, NamespaceBlockSyntax, MethodBaseSyntax, CompilationUnitSyntax)
1 reference to AbstractMoveTypeService
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\MoveType\AbstractMoveTypeService.cs (1)
39
where TService :
AbstractMoveTypeService
<TService, TTypeDeclarationSyntax, TNamespaceDeclarationSyntax, TMemberDeclarationSyntax, TCompilationUnitSyntax>