4 references to PropertyList
System.Text.Json (4)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (2)
127
typeInfo.
PropertyList
.SortProperties();
217
typeInfo.
PropertyList
.AddPropertyWithConflictResolution(jsonPropertyInfo, ref state);
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
245
public IList<JsonPropertyInfo> Properties =>
PropertyList
;
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.cs (1)
111
foreach (JsonPropertyInfo propertyInfo in
PropertyList
)