1 implementation of IEditAndContinueService
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditAndContinueService.cs (1)
27
internal sealed class EditAndContinueService :
IEditAndContinueService
8 references to IEditAndContinueService
Microsoft.CodeAnalysis.Features (8)
EditAndContinue\EditAndContinueService.cs (3)
26
[Export(typeof(
IEditAndContinueService
)), Shared]
33
IEditAndContinueService
service,
36
public
IEditAndContinueService
Service { get; } = service;
EditAndContinue\IEditAndContinueService.cs (1)
16
IEditAndContinueService
Service { get; }
EditAndContinue\IEditAndContinueSessionTracker.cs (2)
21
/// Diagnostics reported by the last <see cref="
IEditAndContinueService
.EmitSolutionUpdateAsync"/> call.
23
/// Does not include rude edits, which are reported by <see cref="
IEditAndContinueService
.GetDocumentDiagnosticsAsync"/>.
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (1)
22
private
IEditAndContinueService
GetLocalService()
ExternalAccess\UnitTesting\API\UnitTestingHotReloadService.cs (1)
57
private readonly
IEditAndContinueService
_encService = services.GetRequiredService<IEditAndContinueWorkspaceService>().Service;