7 overrides of OnWriteResume
System.Text.Json (7)
System\Text\Json\Serialization\Converters\Collection\IAsyncEnumerableOfTConverter.cs (1)
47
protected override bool
OnWriteResume
(Utf8JsonWriter writer, TAsyncEnumerable value, JsonSerializerOptions options, ref WriteStack state)
System\Text\Json\Serialization\Converters\Collection\IEnumerableConverter.cs (1)
39
protected override bool
OnWriteResume
(
System\Text\Json\Serialization\Converters\Collection\IEnumerableDefaultConverter.cs (1)
17
protected override bool
OnWriteResume
(Utf8JsonWriter writer, TCollection value, JsonSerializerOptions options, ref WriteStack state)
System\Text\Json\Serialization\Converters\Collection\IListConverter.cs (1)
39
protected override bool
OnWriteResume
(Utf8JsonWriter writer, TCollection value, JsonSerializerOptions options, ref WriteStack state)
System\Text\Json\Serialization\Converters\Collection\MemoryConverter.cs (1)
47
protected override bool
OnWriteResume
(Utf8JsonWriter writer, Memory<T> value, JsonSerializerOptions options, ref WriteStack state)
System\Text\Json\Serialization\Converters\Collection\ReadOnlyMemoryConverter.cs (1)
47
protected override bool
OnWriteResume
(Utf8JsonWriter writer, ReadOnlyMemory<T> value, JsonSerializerOptions options, ref WriteStack state)
System\Text\Json\Serialization\Converters\Collection\StackOrQueueConverter.cs (1)
43
protected sealed override bool
OnWriteResume
(Utf8JsonWriter writer, TCollection value, JsonSerializerOptions options, ref WriteStack state)
1 reference to OnWriteResume
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Collection\JsonCollectionConverter.cs (1)
324
success =
OnWriteResume
(writer, value, options, ref state);