3 writes to FoundProperties
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (3)
113
argumentState.
FoundProperties
= null;
349
argumentState.
FoundProperties
=
362
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
!;
347
if (argumentState.
FoundProperties
== null)
352
else if (argumentState.FoundPropertyCount == argumentState.
FoundProperties
.Length)
357
var newCache = ArrayPool<FoundProperty>.Shared.Rent(argumentState.
FoundProperties
.Length * 2);
359
argumentState.
FoundProperties
.CopyTo(newCache, 0);
361
FoundProperty[] toReturn = argumentState.
FoundProperties
;
367
argumentState.
FoundProperties
[argumentState.FoundPropertyCount++] = (