1 write to TestWorkspace
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
LanguageServer\AbstractLanguageServerProtocolTests.cs (1)
562
TestWorkspace
= testWorkspace;
8 references to TestWorkspace
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (8)
LanguageServer\AbstractLanguageServerProtocolTests.cs (8)
577
TestWorkspace
.GetService<LspWorkspaceRegistrationService>().Register(GetManagerAccessor().GetLspMiscellaneousFilesWorkspace());
586
var workspaceWaiter = GetWorkspaceWaiter(
TestWorkspace
);
759
public Solution GetCurrentSolution() =>
TestWorkspace
.CurrentSolution;
776
var listenerProvider =
TestWorkspace
.GetService<IAsynchronousOperationListenerProvider>();
800
TestWorkspace
.GetService<LspWorkspaceRegistrationService>().Deregister(
TestWorkspace
);
801
TestWorkspace
.GetService<LspWorkspaceRegistrationService>().Deregister(GetManagerAccessor().GetLspMiscellaneousFilesWorkspace());
814
TestWorkspace
.Dispose();