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