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