3 references to WriteCore
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.WriteHelpers.cs (3)
56
bool success = EffectiveConverter.
WriteCore
(writer, rootValue, Options, ref state);
171
isFinalBlock = EffectiveConverter.
WriteCore
(writer, rootValue, Options, ref state);
311
isFinalBlock = EffectiveConverter.
WriteCore
(writer, rootValue, Options, ref state);