2 overrides of GetEntryPoint
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\NewtonsoftLanguageServer.cs (1)
65
public override MethodInfo
GetEntryPoint
(bool hasParameter)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\SystemTextJsonLanguageServer.cs (1)
65
public override MethodInfo
GetEntryPoint
(bool hasParameter)
1 reference to GetEntryPoint
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (1)
144
var entryPoint = delegatingEntryPoint.
GetEntryPoint
(hasParameters);