4 implementations of IEditAndContinueSolutionProvider
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\ManagedHotReloadLanguageServiceFactory.cs (1)
24internal sealed class ManagedHotReloadLanguageServiceFactory : IEditAndContinueSolutionProvider
EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (1)
32IDiagnosticsRefresher diagnosticRefresher) : IManagedHotReloadLanguageService3, IEditAndContinueSolutionProvider
Microsoft.VisualStudio.LanguageServices.DevKit (2)
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceFactory.cs (1)
24internal sealed class ManagedHotReloadLanguageServiceFactory : IEditAndContinueSolutionProvider
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (1)
32IDiagnosticsRefresher diagnosticRefresher) : IManagedHotReloadLanguageService3, IEditAndContinueSolutionProvider
7 references to IEditAndContinueSolutionProvider
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\ManagedHotReloadLanguageServiceFactory.cs (1)
23[Export(typeof(IEditAndContinueSolutionProvider))]
Microsoft.VisualStudio.LanguageServices.DevKit (1)
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceFactory.cs (1)
23[Export(typeof(IEditAndContinueSolutionProvider))]
Microsoft.VisualStudio.LanguageServices.Xaml (5)
Implementation\IXamlEditAndContinueSolutionProvider.cs (1)
12/// A copy of <see cref="IEditAndContinueSolutionProvider"/> that's usable by the XAML Language Service
Implementation\XamlEditAndContinueSolutionProvider.cs (4)
20private readonly IEnumerable<IEditAndContinueSolutionProvider> _editAndContinueSolutionProviders; 24public XamlEditAndContinueSolutionProvider([ImportMany] IEnumerable<IEditAndContinueSolutionProvider> editAndContinueSolutionProviders) 28foreach (var provider in _editAndContinueSolutionProviders) 38foreach (var provider in _editAndContinueSolutionProviders)