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