2 references to GetLSPSolutionAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
DocumentChanges\DocumentChangesTests.LinkedDocuments.cs (2)
39
var solution = await
GetLSPSolutionAsync
(testLspServer, caretLocation.DocumentUri).ConfigureAwait(false);
84
var solution = await
GetLSPSolutionAsync
(testLspServer, caretLocation.DocumentUri).ConfigureAwait(false);