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)
71get => _untypedGet; 665internal bool HasGetter => _untypedGet is not null;