Base:
method
Read
System.Text.Json.Serialization.JsonConverter<T>.Read(ref System.Text.Json.Utf8JsonReader, System.Type, System.Text.Json.JsonSerializerOptions)
1 reference to Read
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\Converters\ObjectContentConverter.cs (1)
59
return ContainerElementConverter.Instance.
Read
(ref clonedReader, typeof(ContainerElementConverter), options);