2 references to ReinvokeResponse
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (2)
DefaultLSPRequestInvoker.cs (2)
62
var result = response is not null ? new
ReinvokeResponse
<TOut>(languageClient: null!, response) : default;
126
responses.Add(new
ReinvokeResponse
<TOut>(languageClient: null!, reinvokeResponse.response!));