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