6 references to JsonPropertyInfoList
System.Text.Json (6)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (6)
248
internal
JsonPropertyInfoList
PropertyList
253
JsonPropertyInfoList
CreatePropertyList()
255
var
list = new JsonPropertyInfoList(this);
263
JsonPropertyInfoList
? result = Interlocked.CompareExchange(ref _properties, list, null);
285
private
JsonPropertyInfoList
? _properties;
1087
JsonPropertyInfoList
properties = PropertyList;