2 overrides of ReinvokeRequestOnMultipleServersAsync
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (1)
DefaultLSPRequestInvoker.cs (1)
41public override Task<IEnumerable<ReinvokeResponse<TOut>>> ReinvokeRequestOnMultipleServersAsync<TIn, TOut>(string method, string contentType, Func<JToken, bool> capabilitiesFilter, TIn parameters, CancellationToken cancellationToken)
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
LanguageClient\TestLSPRequestInvoker.cs (1)
34public override Task<IEnumerable<ReinvokeResponse<TOut>>> ReinvokeRequestOnMultipleServersAsync<TIn, TOut>(