1 instantiation of JsonPropertyInfoList
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
252var list = new JsonPropertyInfoList(this);
7 references to JsonPropertyInfoList
System.Text.Json (7)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (1)
164internal static void PopulateProperties(JsonTypeInfo typeInfo, JsonTypeInfo.JsonPropertyInfoList propertyList, Func<JsonSerializerContext, JsonPropertyInfo[]> propInitFunc)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (6)
245internal JsonPropertyInfoList PropertyList 250JsonPropertyInfoList CreatePropertyList() 252var list = new JsonPropertyInfoList(this); 260JsonPropertyInfoList? result = Interlocked.CompareExchange(ref _properties, list, null); 282private JsonPropertyInfoList? _properties; 1540JsonPropertyInfoList properties = PropertyList;