1 implementation of IEditAndContinueSolutionProvider
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\EditAndContinueLanguageService.cs (1)
37IDiagnosticsRefresher diagnosticRefresher) : IManagedHotReloadLanguageService2, IEditAndContinueSolutionProvider
6 references to IEditAndContinueSolutionProvider
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\EditAndContinueLanguageService.cs (1)
26[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)