4 references to EditAndContinueLanguageService
Microsoft.CodeAnalysis.EditorFeatures (4)
EditAndContinue\EditAndContinueLanguageService.cs (1)
27
[Export(typeof(
EditAndContinueLanguageService
))]
EditAndContinue\EditAndContinueLanguageServiceBridge.cs (3)
14
/// Exposes <see cref="
EditAndContinueLanguageService
"/> as a brokered service.
16
/// Once debugger is updated to use the brokered service, this class should be removed and <see cref="
EditAndContinueLanguageService
"/> should be exported directly.
18
internal sealed partial class ManagedEditAndContinueLanguageServiceBridge(
EditAndContinueLanguageService
service) : IManagedHotReloadLanguageService2