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