System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.WriteHelpers.cs (5)
332=> Serialize(writer, JsonSerializer.UnboxOnWrite<T>(rootValue), rootValue);
335=> SerializeAsync(pipeWriter, JsonSerializer.UnboxOnWrite<T>(rootValue), flushThreshold, cancellationToken, rootValue);
338=> SerializeAsync(utf8Json, JsonSerializer.UnboxOnWrite<T>(rootValue), cancellationToken, rootValue);
341=> SerializeAsync(utf8Json, JsonSerializer.UnboxOnWrite<T>(rootValue), cancellationToken, rootValue);
344=> Serialize(utf8Json, JsonSerializer.UnboxOnWrite<T>(rootValue), rootValue);