1 write to TestWorkspace
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
LanguageServer\AbstractLanguageServerProtocolTests.cs (1)
554
TestWorkspace
= testWorkspace;
8 references to TestWorkspace
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (8)
LanguageServer\AbstractLanguageServerProtocolTests.cs (8)
569
TestWorkspace
.GetService<LspWorkspaceRegistrationService>().Register(GetManagerAccessor().GetLspMiscellaneousFilesWorkspace());
578
var workspaceWaiter = GetWorkspaceWaiter(
TestWorkspace
);
751
public Solution GetCurrentSolution() =>
TestWorkspace
.CurrentSolution;
768
var listenerProvider =
TestWorkspace
.GetService<IAsynchronousOperationListenerProvider>();
792
TestWorkspace
.GetService<LspWorkspaceRegistrationService>().Deregister(
TestWorkspace
);
793
TestWorkspace
.GetService<LspWorkspaceRegistrationService>().Deregister(GetManagerAccessor().GetLspMiscellaneousFilesWorkspace());
806
TestWorkspace
.Dispose();