11 types derived from ServiceBase
Microsoft.VisualStudioCode.Razor.IntegrationTests (11)
Services\CodeActionService.cs (1)
11
public class CodeActionService(IntegrationTestServices testServices) :
ServiceBase
(testServices)
Services\CompletionServices.cs (1)
11
public class CompletionServices(IntegrationTestServices testServices) :
ServiceBase
(testServices)
Services\DiagnosticsServices.cs (1)
11
public class DiagnosticsServices(IntegrationTestServices testServices) :
ServiceBase
(testServices)
Services\EditorService.cs (1)
12
public class EditorService(IntegrationTestServices testServices) :
ServiceBase
(testServices)
Services\FormattingServices.cs (1)
9
public class FormattingServices(IntegrationTestServices testServices) :
ServiceBase
(testServices)
Services\HoverServices.cs (1)
11
public class HoverServices(IntegrationTestServices testServices) :
ServiceBase
(testServices)
Services\InputService.cs (1)
9
public class InputService(IntegrationTestServices testServices) :
ServiceBase
(testServices)
Services\NavigationServices.cs (1)
9
public class NavigationServices(IntegrationTestServices testServices) :
ServiceBase
(testServices)
Services\PlaywrightService.cs (1)
13
public class PlaywrightService(IntegrationTestServices testServices) :
ServiceBase
(testServices)
Services\RazorService.cs (1)
9
public class RazorService(IntegrationTestServices testServices) :
ServiceBase
(testServices)
Services\WorkspaceService.cs (1)
11
public class WorkspaceService(IntegrationTestServices testServices) :
ServiceBase
(testServices)