2 types derived from DelegatingEntryPoint
Microsoft.CommonLanguageServerProtocol.Framework.Package (2)
NewtonsoftLanguageServer.cs (1)
61
NewtonsoftLanguageServer<TRequestContext> target) :
DelegatingEntryPoint
(method)
SystemTextJsonLanguageServer.cs (1)
60
SystemTextJsonLanguageServer<TRequestContext> target) :
DelegatingEntryPoint
(method)
4 references to DelegatingEntryPoint
Microsoft.CommonLanguageServerProtocol.Framework.Package (4)
AbstractLanguageServer.cs (2)
136
var
delegatingEntryPoint = CreateDelegatingEntryPoint(methodGroup.Key);
192
protected abstract
DelegatingEntryPoint
CreateDelegatingEntryPoint(string method);
NewtonsoftLanguageServer.cs (1)
54
protected override
DelegatingEntryPoint
CreateDelegatingEntryPoint(string method)
SystemTextJsonLanguageServer.cs (1)
53
protected override
DelegatingEntryPoint
CreateDelegatingEntryPoint(string method)