1 write to PropertyIndex
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
1570property.PropertyIndex = i;
4 references to PropertyIndex
System.Text.Json (4)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
34/// Negated bitmask of the required properties, indexed by <see cref="JsonPropertyInfo.PropertyIndex"/>.
System\Text\Json\Serialization\ReadStackFrame.cs (2)
131if (AssignedProperties[propertyInfo.PropertyIndex]) 137AssignedProperties[propertyInfo.PropertyIndex] = true;
System\Text\Json\ThrowHelper.Serialization.cs (1)
309if (!assignedOrNotRequiredPropertiesSet[property.PropertyIndex])