10 writes to ServerKind
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (10)
Diagnostics\AbstractPullDiagnosticTestsBase.cs (1)
324
ServerKind
= serverKind,
Miscellaneous\LspMiscellaneousFilesWorkspaceTests.cs (6)
38
await using var testLspServer = await CreateTestLspServerAsync(string.Empty, new InitializationOptions {
ServerKind
= WellKnownLspServerKinds.CSharpVisualBasicLspServer });
61
await using var testLspServer = await CreateTestLspServerAsync(string.Empty, new InitializationOptions {
ServerKind
= WellKnownLspServerKinds.CSharpVisualBasicLspServer });
94
await using var testLspServer = await CreateTestLspServerAsync(string.Empty, new InitializationOptions {
ServerKind
= WellKnownLspServerKinds.CSharpVisualBasicLspServer });
119
await using var testLspServer = await CreateTestLspServerAsync(markup, new InitializationOptions {
ServerKind
= WellKnownLspServerKinds.CSharpVisualBasicLspServer });
140
await using var testLspServer = await CreateTestLspServerAsync(string.Empty, new InitializationOptions {
ServerKind
= WellKnownLspServerKinds.CSharpVisualBasicLspServer });
188
await using var testLspServer = await CreateTestLspServerAsync(string.Empty, new InitializationOptions {
ServerKind
= WellKnownLspServerKinds.CSharpVisualBasicLspServer });
OnAutoInsert\OnAutoInsertTests.cs (2)
392
testLspServerTask = CreateTestLspServerAsync(markup, new InitializationOptions { ClientCapabilities = CapabilitiesWithVSExtensions,
ServerKind
= serverKind });
396
testLspServerTask = CreateVisualBasicTestLspServerAsync(markup, new InitializationOptions { ClientCapabilities = CapabilitiesWithVSExtensions,
ServerKind
= serverKind });
Workspaces\LspWorkspaceManagerTests.cs (1)
199
await using var testLspServer = await CreateTestLspServerAsync(markup, new InitializationOptions {
ServerKind
= WellKnownLspServerKinds.CSharpVisualBasicLspServer });
1 reference to ServerKind
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
LanguageServer\AbstractLanguageServerProtocolTests.cs (1)
544
var languageServer = CreateLanguageServer(serverStream, serverStream, testWorkspace, initializationOptions.
ServerKind
, logger);