1 implementation of IEditAndContinueSolutionProvider
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\EditAndContinueLanguageService.cs (1)
37
IDiagnosticsRefresher 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)
20
private readonly IEnumerable<
IEditAndContinueSolutionProvider
> _editAndContinueSolutionProviders;
24
public XamlEditAndContinueSolutionProvider([ImportMany] IEnumerable<
IEditAndContinueSolutionProvider
> editAndContinueSolutionProviders)
28
foreach (
var
provider in _editAndContinueSolutionProviders)
38
foreach (
var
provider in _editAndContinueSolutionProviders)