3 writes to _untypedSet
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (3)
67_untypedSet = null; 72_untypedSet = setter is Action<object, object?> untypedSet ? untypedSet : (obj, value) => typedSetter(obj, (T)value!); 78_untypedSet = untypedSet;
2 references to _untypedSet
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (2)
90get => _untypedSet; 666internal bool HasSetter => _untypedSet is not null;