2 references to _jsonSerializer
Microsoft.CommonLanguageServerProtocol.Framework.Package (2)
NewtonsoftLanguageServer.cs (2)
50return request.ToObject<TRequest>(_jsonSerializer) 85return JToken.FromObject(result, target._jsonSerializer);