1 instantiation of SystemTextJsonDelegatingEntryPoint
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
SystemTextJsonLanguageServer.cs (1)
55
return new
SystemTextJsonDelegatingEntryPoint
(method, this);
4 references to SystemTextJsonDelegatingEntryPoint
Microsoft.CommonLanguageServerProtocol.Framework.Package (4)
SystemTextJsonLanguageServer.cs (4)
62
private static readonly MethodInfo s_parameterlessEntryPoint = typeof(
SystemTextJsonDelegatingEntryPoint
).GetMethod(nameof(
SystemTextJsonDelegatingEntryPoint
.ExecuteRequest0Async), BindingFlags.NonPublic | BindingFlags.Instance)!;
63
private static readonly MethodInfo s_entryPoint = typeof(
SystemTextJsonDelegatingEntryPoint
).GetMethod(nameof(
SystemTextJsonDelegatingEntryPoint
.ExecuteRequestAsync), BindingFlags.NonPublic | BindingFlags.Instance)!;