5 references to CreateAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
LanguageServer\AbstractLanguageServerProtocolTests.cs (2)
347
return await TestLspServer.
CreateAsync
(workspace, initializationOptions, TestOutputLspLogger);
366
return await TestLspServer.
CreateAsync
(workspace, lspOptions, TestOutputLspLogger);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Workspaces\LspWorkspaceManagerTests.cs (2)
435
await using var testLspServerOne = await TestLspServer.
CreateAsync
(testWorkspace, new InitializationOptions(), TestOutputLspLogger);
436
await using var testLspServerTwo = await TestLspServer.
CreateAsync
(testWorkspace, new InitializationOptions(), TestOutputLspLogger);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
DocumentOutline\DocumentOutlineTestsBase.cs (1)
146
return await TestLspServer.
CreateAsync
(workspace, initializationOptions, _logger);