1 override of GetMemberAndWriteJson
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (1)
158internal 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)
346bool success = jsonPropertyInfo.GetMemberAndWriteJson(obj, ref state, writer); 395if (!jsonPropertyInfo.GetMemberAndWriteJson(obj!, ref state, writer))