3 references to new
System.Text.Json (3)
System\Text\Json\Serialization\JsonSerializer.Read.Pipe.cs (1)
333
PipeReadBufferState bufferState =
new
(utf8Json);
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.ReadHelper.cs (2)
67
PipeReadBufferState bufferState =
new
(utf8Json);
125
T? result = await DeserializeAsync<PipeReadBufferState, PipeReader>(utf8Json, bufferState: new
PipeReadBufferState
(utf8Json), cancellationToken).ConfigureAwait(false);