Base:
method
Read
System.Text.Json.Serialization.JsonConverter<T>.Read(ref System.Text.Json.Utf8JsonReader, System.Type, System.Text.Json.JsonSerializerOptions)
2 references to Read
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\Internal\Converters\ClassifiedTextElementConverter.cs (1)
39objects.Add(ClassifiedTextRunConverter.Instance.Read(ref reader, typeof(ClassifiedTextRun), options)!);
Protocol\Internal\Converters\ObjectContentConverter.cs (1)
63return ClassifiedTextRunConverter.Instance.Read(ref clonedReader, typeof(ClassifiedTextRunConverter), options);