1 override of GetMemberAndWriteJson
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (1)
171
internal override bool
GetMemberAndWriteJson
(object obj, ref WriteStack state, Utf8JsonWriter writer)
2 references to GetMemberAndWriteJson
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Object\ObjectDefaultConverter.cs (2)
346
bool success = jsonPropertyInfo.
GetMemberAndWriteJson
(obj, ref state, writer);
395
if (!jsonPropertyInfo.
GetMemberAndWriteJson
(obj!, ref state, writer))