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