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