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