4 references to TypesMatch
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
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)]);