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