7 references to EditAndContinueLanguageService
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\EditAndContinueDiagnosticAnalyzer.cs (1)
64if (mefServices.GetExports<EditAndContinueLanguageService>().SingleOrDefault()?.Value.IsSessionActive != true)
EditAndContinue\EditAndContinueLanguageService.cs (1)
24[Export(typeof(EditAndContinueLanguageService))]
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (3)
83private TestWorkspace CreateEditorWorkspace(out Solution solution, out EditAndContinueWorkspaceService service, out EditAndContinueLanguageService languageService, Type[] additionalParts = null) 97languageService = workspace.GetService<EditAndContinueLanguageService>(); 4686using var workspace = CreateEditorWorkspace(out var solution, out var service, out var languageService);
Microsoft.VisualStudio.LanguageServices (2)
EditAndContinue\EditAndContinueFeedbackDiagnosticFileProvider.cs (2)
50private readonly EditAndContinueLanguageService _encService; 54public EditAndContinueFeedbackDiagnosticFileProvider(EditAndContinueLanguageService encService)