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