1 implementation of IEditAndContinueWorkspaceService
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditAndContinueService.cs (1)
34
[Import(AllowDefault = true)] IEditAndContinueSessionTracker? sessionTracker = null) :
IEditAndContinueWorkspaceService
5 references to IEditAndContinueWorkspaceService
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\EditAndContinueService.cs (1)
29
[ExportWorkspaceService(typeof(
IEditAndContinueWorkspaceService
)), Shared]
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (1)
23
=> services.GetRequiredService<
IEditAndContinueWorkspaceService
>().Service;
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
118
=> services.GetRequiredService<
IEditAndContinueWorkspaceService
>().Service;
ExternalAccess\UnitTesting\API\UnitTestingHotReloadService.cs (1)
57
private readonly IEditAndContinueService _encService = services.GetRequiredService<
IEditAndContinueWorkspaceService
>().Service;
ExternalAccess\Watch\Api\WatchHotReloadService.cs (1)
178
private readonly IEditAndContinueService _encService = services.GetRequiredService<
IEditAndContinueWorkspaceService
>().Service;