2 overrides of OnWriteResume
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Collection\DictionaryDefaultConverter.cs (1)
21protected internal override bool OnWriteResume(
System\Text\Json\Serialization\Converters\Collection\IDictionaryConverter.cs (1)
42protected internal override bool OnWriteResume(Utf8JsonWriter writer, TDictionary value, JsonSerializerOptions options, ref WriteStack state)
2 references to OnWriteResume
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Collection\JsonDictionaryConverter.cs (1)
353bool success = OnWriteResume(writer, dictionary, options, ref state);
System\Text\Json\Serialization\JsonConverterOfT.cs (1)
489success = dictionaryConverter.OnWriteResume(writer, value, options, ref state);