2 overrides of CreateDelegatingEntryPoint
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\NewtonsoftLanguageServer.cs (1)
54
protected override DelegatingEntryPoint
CreateDelegatingEntryPoint
(string method)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\SystemTextJsonLanguageServer.cs (1)
53
protected override DelegatingEntryPoint
CreateDelegatingEntryPoint
(string method)
1 reference to CreateDelegatingEntryPoint
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (1)
136
var delegatingEntryPoint =
CreateDelegatingEntryPoint
(methodGroup.Key);