3 writes to _untypedGet
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (3)
44
_untypedGet
= null;
49
_untypedGet
= getter is Func<object, object?> untypedGet ? untypedGet : obj => typedGetter(obj);
55
_untypedGet
= untypedGet;
2 references to _untypedGet
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (2)
71
get =>
_untypedGet
;
746
internal bool HasGetter =>
_untypedGet
is not null;