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