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