1 instantiation of NewtonsoftDelegatingEntryPoint
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
NewtonsoftLanguageServer.cs (1)
56return new NewtonsoftDelegatingEntryPoint(method, this);
2 references to NewtonsoftDelegatingEntryPoint
Microsoft.CommonLanguageServerProtocol.Framework.Package (2)
NewtonsoftLanguageServer.cs (2)
63private static readonly MethodInfo s_entryPoint = typeof(NewtonsoftDelegatingEntryPoint).GetMethod(nameof(NewtonsoftDelegatingEntryPoint.ExecuteRequestAsync), BindingFlags.NonPublic | BindingFlags.Instance)!;