1 instantiation of JsonPropertyInfoList
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
257var 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)
250internal JsonPropertyInfoList PropertyList 255JsonPropertyInfoList CreatePropertyList() 257var list = new JsonPropertyInfoList(this); 265JsonPropertyInfoList? result = Interlocked.CompareExchange(ref _properties, list, null); 287private JsonPropertyInfoList? _properties; 1072JsonPropertyInfoList properties = PropertyList;