1 instantiation of JsonPropertyInfoList
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
255var list = new JsonPropertyInfoList(this);
7 references to JsonPropertyInfoList
System.Text.Json (7)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (1)
131internal static void PopulateProperties(JsonTypeInfo typeInfo, JsonTypeInfo.JsonPropertyInfoList propertyList, Func<JsonSerializerContext, JsonPropertyInfo[]> propInitFunc)
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; 1070JsonPropertyInfoList properties = PropertyList;