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