2 references to ReadCore
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.ReadHelper.cs (2)
20
bool success = EffectiveConverter.
ReadCore
(ref reader, out T? result, Options, ref state);
118
bool success = EffectiveConverter.
ReadCore
(ref reader, out value, Options, ref readStack);