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