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)); 296Assert.True(IsWorkspaceRegistered(testLspServer.TestWorkspace, testLspServer)); 329Assert.True(IsWorkspaceRegistered(testLspServer.TestWorkspace, testLspServer)); 330Assert.True(IsWorkspaceRegistered(testWorkspaceTwo, testLspServer)); 441Assert.True(IsWorkspaceRegistered(testWorkspace, testLspServerOne)); 442Assert.True(IsWorkspaceRegistered(testWorkspace, testLspServerTwo));