1 instantiation of SystemTextJsonDelegatingEntryPoint
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\SystemTextJsonLanguageServer.cs (1)
55
return new
SystemTextJsonDelegatingEntryPoint
(method, this);
4 references to SystemTextJsonDelegatingEntryPoint
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\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)!;