2 types derived from DelegatingEntryPoint
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\NewtonsoftLanguageServer.cs (1)
61
NewtonsoftLanguageServer<TRequestContext> target) :
DelegatingEntryPoint
(method)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\SystemTextJsonLanguageServer.cs (1)
60
SystemTextJsonLanguageServer<TRequestContext> target) :
DelegatingEntryPoint
(method)
4 references to DelegatingEntryPoint
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (2)
136
var
delegatingEntryPoint = CreateDelegatingEntryPoint(methodGroup.Key);
192
protected abstract
DelegatingEntryPoint
CreateDelegatingEntryPoint(string method);
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)