15 references to CreateVisualBasicTestLspServerAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (15)
CodeLens\VisualBasicCodeLensTests.cs (12)
29
await using var testLspServer = await
CreateVisualBasicTestLspServerAsync
(markup);
42
await using var testLspServer = await
CreateVisualBasicTestLspServerAsync
(markup);
56
await using var testLspServer = await
CreateVisualBasicTestLspServerAsync
(markup);
66
await using var testLspServer = await
CreateVisualBasicTestLspServerAsync
(markup);
76
await using var testLspServer = await
CreateVisualBasicTestLspServerAsync
(markup);
87
await using var testLspServer = await
CreateVisualBasicTestLspServerAsync
(markup);
98
await using var testLspServer = await
CreateVisualBasicTestLspServerAsync
(markup);
110
await using var testLspServer = await
CreateVisualBasicTestLspServerAsync
(markup);
122
await using var testLspServer = await
CreateVisualBasicTestLspServerAsync
(markup);
132
await using var testLspServer = await
CreateVisualBasicTestLspServerAsync
(markup);
144
await using var testLspServer = await
CreateVisualBasicTestLspServerAsync
(markup);
154
await using var testLspServer = await
CreateVisualBasicTestLspServerAsync
(markup);
OnAutoInsert\OnAutoInsertTests.cs (1)
396
testLspServerTask =
CreateVisualBasicTestLspServerAsync
(markup, new InitializationOptions { ClientCapabilities = CapabilitiesWithVSExtensions, ServerKind = serverKind });
Options\LspOptionsTests.cs (1)
50
await using var testLspServer = await
CreateVisualBasicTestLspServerAsync
(markup);
Symbols\WorkspaceSymbolsTests.cs (1)
199
await using var testLspServer = await
CreateVisualBasicTestLspServerAsync
(markup);