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