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.ExternalAccess.HotReload (1)
Api\HotReloadService.cs (1)
134private readonly IEditAndContinueService _encService = services.GetRequiredService<IEditAndContinueWorkspaceService>().Service;
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\EditAndContinueService.cs (1)
29[ExportWorkspaceService(typeof(IEditAndContinueWorkspaceService)), Shared]
EditAndContinue\Remote\DebuggingSessionProxy.cs (1)
21=> services.GetRequiredService<IEditAndContinueWorkspaceService>().Service;
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
118=> services.GetRequiredService<IEditAndContinueWorkspaceService>().Service;
ExternalAccess\UnitTesting\API\UnitTestingHotReloadService.cs (1)
54private readonly IEditAndContinueService _encService = services.GetRequiredService<IEditAndContinueWorkspaceService>().Service;