5 references to PropertyList
System.Text.Json (5)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (2)
557
typeInfo.
PropertyList
.SortProperties();
655
typeInfo.
PropertyList
.AddPropertyWithConflictResolution(jsonPropertyInfo, ref state);
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (2)
242
public IList<JsonPropertyInfo> Properties =>
PropertyList
;
1540
JsonPropertyInfoList properties =
PropertyList
;
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.cs (1)
111
foreach (JsonPropertyInfo propertyInfo in
PropertyList
)