1 write to PropertyIndex
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
1102property.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)
137if (AssignedProperties[propertyInfo.PropertyIndex]) 143AssignedProperties[propertyInfo.PropertyIndex] = true;
System\Text\Json\ThrowHelper.Serialization.cs (1)
301if (assignedOrNotRequiredPropertiesSet[property.PropertyIndex])