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