3 writes to FoundProperties
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (3)
113
argumentState.
FoundProperties
= null;
365
argumentState.
FoundProperties
=
378
argumentState.
FoundProperties
= newCache!;
8 references to FoundProperties
System.Text.Json (8)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (8)
74
FoundProperty[]? properties = argumentState.
FoundProperties
;
112
FoundProperty[] toReturn = argumentState.
FoundProperties
!;
363
if (argumentState.
FoundProperties
== null)
368
else if (argumentState.FoundPropertyCount == argumentState.
FoundProperties
.Length)
373
var newCache = ArrayPool<FoundProperty>.Shared.Rent(argumentState.
FoundProperties
.Length * 2);
375
argumentState.
FoundProperties
.CopyTo(newCache, 0);
377
FoundProperty[] toReturn = argumentState.
FoundProperties
;
383
argumentState.
FoundProperties
[argumentState.FoundPropertyCount++] = (