2 implementations of Read
System.Text.Json (2)
System\Text\Json\Serialization\PipeReadBufferState.cs (1)
74public void Read(PipeReader utf8Json) => throw new NotImplementedException();
System\Text\Json\Serialization\StreamReadBufferState.cs (1)
93public void Read(Stream stream)