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
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\BrowserLogsCdpProtocol.cs (1)
929
return converter.
Read
(ref reader, typeof(BrowserLogsCdpProtocolValue), options);