2 references to _jsonSerializerOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\SystemTextJsonLanguageServer.cs (2)
49
return JsonSerializer.Deserialize<TRequest>(request,
_jsonSerializerOptions
)
93
var serializedResult = JsonSerializer.SerializeToElement(result, target.
_jsonSerializerOptions
);