3 references to Bytes
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.ReadHelper.cs (3)
117
var reader = new Utf8JsonReader(bufferState.
Bytes
, bufferState.IsFinalBlock, jsonReaderState);
120
Debug.Assert(reader.BytesConsumed <= bufferState.
Bytes
.Length);
121
Debug.Assert(!bufferState.IsFinalBlock || reader.AllowMultipleValues || reader.BytesConsumed == bufferState.
Bytes
.Length,