2 writes to FoundPropertyCount
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (2)
367
argumentState.FoundProperties[argumentState.
FoundPropertyCount
++] = (
563
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++)
352
else if (argumentState.
FoundPropertyCount
== argumentState.FoundProperties.Length)
548
else if (argumentState.
FoundPropertyCount
== argumentState.FoundPropertiesAsync!.Length)