2 implementations of GetReader
System.Text.Json (2)
System\Text\Json\Serialization\PipeReadBufferState.cs (1)
78public void GetReader(JsonReaderState jsonReaderState, out Utf8JsonReader reader)
System\Text\Json\Serialization\StreamReadBufferState.cs (1)
160public void GetReader(JsonReaderState jsonReaderState, out Utf8JsonReader reader)
1 reference to GetReader
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.ReadHelper.cs (1)
139bufferState.GetReader(jsonReaderState, out Utf8JsonReader reader);