1 write to RequiredPropertiesSet
System.Text.Json (1)
System\Text\Json\Serialization\ReadStackFrame.cs (1)
147RequiredPropertiesSet = new BitArray(typeInfo.NumberOfRequiredProperties);
6 references to RequiredPropertiesSet
System.Text.Json (6)
System\Text\Json\Serialization\ReadStackFrame.cs (6)
135Debug.Assert(RequiredPropertiesSet != null); 136RequiredPropertiesSet[propertyInfo.RequiredPropertyIndex] = true; 143Debug.Assert(RequiredPropertiesSet == null); 156Debug.Assert(RequiredPropertiesSet != null); 158if (!RequiredPropertiesSet.HasAllSet()) 160ThrowHelper.ThrowJsonException_JsonRequiredPropertyMissing(typeInfo, RequiredPropertiesSet);