System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.WriteHelpers.cs (5)
340=> Serialize(writer, JsonSerializer.UnboxOnWrite<T>(rootValue), rootValue);
343=> SerializeAsync(pipeWriter, JsonSerializer.UnboxOnWrite<T>(rootValue), flushThreshold, cancellationToken, rootValue);
346=> SerializeAsync(utf8Json, JsonSerializer.UnboxOnWrite<T>(rootValue), cancellationToken, rootValue);
349=> SerializeAsync(utf8Json, JsonSerializer.UnboxOnWrite<T>(rootValue), cancellationToken, rootValue);
352=> Serialize(utf8Json, JsonSerializer.UnboxOnWrite<T>(rootValue), rootValue);