1 instantiation of EditAndContinueService
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditAndContinueService.cs (1)
39new EditAndContinueService(workspaceServices.GetService<IEditAndContinueLogReporter>()));
4 references to EditAndContinueService
Microsoft.CodeAnalysis.ExternalAccess.HotReload (1)
Api\HotReloadService.cs (1)
159await EditAndContinueService.HydrateDocumentsAsync(solution, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\EditAndContinueService.cs (2)
263internal readonly struct TestAccessor(EditAndContinueService service) 265private readonly EditAndContinueService _service = service;
ExternalAccess\UnitTesting\API\UnitTestingHotReloadService.cs (1)
66await EditAndContinueService.HydrateDocumentsAsync(solution, cancellationToken).ConfigureAwait(false);