src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\MethodHandlerDetails.cs (4)
139&& TypesMatch(methodInfo, [requestType, contextType, typeof(CancellationToken)]);
143&& TypesMatch(methodInfo, [contextType, typeof(CancellationToken)]);
147&& TypesMatch(methodInfo, [requestType, contextType, typeof(CancellationToken)]);
151&& TypesMatch(methodInfo, [contextType, typeof(CancellationToken)]);