1 override of ProcessGenericInterceptorsAsync
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (1)
MessageInterception\DefaultInterceptorManager.cs (1)
77public override async Task<TJsonToken?> ProcessGenericInterceptorsAsync<TJsonToken>(string methodName, TJsonToken message, string contentType, CancellationToken cancellationToken)
2 references to ProcessGenericInterceptorsAsync
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (2)
MessageInterception\GenericInterceptionMiddleLayer.cs (2)
41payload = await _interceptorManager.ProcessGenericInterceptorsAsync(methodName, methodParam, _contentType, CancellationToken.None); 63response = await _interceptorManager.ProcessGenericInterceptorsAsync(methodName, response, _contentType, CancellationToken.None);