2 writes to FoundPropertyCount
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (2)
383
argumentState.FoundProperties[argumentState.
FoundPropertyCount
++] = (
579
argumentState.FoundPropertiesAsync![argumentState.
FoundPropertyCount
++] = (
6 references to FoundPropertyCount
System.Text.Json (6)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (6)
70
if (argumentState.
FoundPropertyCount
> 0)
77
for (int i = 0; i < argumentState.
FoundPropertyCount
; i++)
217
if (argumentState.
FoundPropertyCount
> 0)
219
for (int i = 0; i < argumentState.
FoundPropertyCount
; i++)
368
else if (argumentState.
FoundPropertyCount
== argumentState.FoundProperties.Length)
564
else if (argumentState.
FoundPropertyCount
== argumentState.FoundPropertiesAsync!.Length)