1 instantiation of CSharpTestLspServer
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
LanguageServer\CSharpTestLspServer.cs (1)
120
var server = new
CSharpTestLspServer
(testWorkspace, exportProvider, serverCapabilities);
8 references to CSharpTestLspServer
Microsoft.AspNetCore.Razor.Test.Common.Tooling (8)
LanguageServer\CSharpTestLspServer.cs (3)
113
internal static async Task<
CSharpTestLspServer
> CreateAsync(
120
var
server = new CSharpTestLspServer(testWorkspace, exportProvider, serverCapabilities);
167
await (Task)shutdownAsyncMethod.Invoke(_roslynLanguageServer, parameters: [$"{nameof(
CSharpTestLspServer
)} shutting down"]).AssumeNotNull();
LanguageServer\CSharpTestLspServerHelpers.cs (5)
28
public static Task<
CSharpTestLspServer
> CreateCSharpLspServerAsync(
35
public static Task<
CSharpTestLspServer
> CreateCSharpLspServerAsync(
43
public static Task<
CSharpTestLspServer
> CreateCSharpLspServerAsync(
59
public static async Task<
CSharpTestLspServer
> CreateCSharpLspServerAsync(
108
return await
CSharpTestLspServer
.CreateAsync(