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