8 references to IsWorkspaceRegistered
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (8)
Workspaces\LspWorkspaceManagerTests.cs (8)
255Assert.True(IsWorkspaceRegistered(testLspServer.TestWorkspace, testLspServer)); 270Assert.True(IsWorkspaceRegistered(testLspServer.TestWorkspace, testLspServer)); 271Assert.True(IsWorkspaceRegistered(testWorkspaceTwo, testLspServer)); 297Assert.True(IsWorkspaceRegistered(testLspServer.TestWorkspace, testLspServer)); 330Assert.True(IsWorkspaceRegistered(testLspServer.TestWorkspace, testLspServer)); 331Assert.True(IsWorkspaceRegistered(testWorkspaceTwo, testLspServer)); 436Assert.True(IsWorkspaceRegistered(testWorkspace, testLspServerOne)); 437Assert.True(IsWorkspaceRegistered(testWorkspace, testLspServerTwo));