12 references to PocoObjectCaseState
System.Text.Json (12)
System\Text\Json\Serialization\JsonUnionTypeStructuralClassifier.cs (12)
390
PocoObjectCaseState
[]? rentedPocoCaseStates = null;
393
scoped Span<
PocoObjectCaseState
> pocoCaseStates =
395
? stackalloc
PocoObjectCaseState
[InlinePocoObjectCaseCount]
396
: (rentedPocoCaseStates = ArrayPool<
PocoObjectCaseState
>.Shared.Rent(_pocoObjectCases.Length));
442
Debug.Assert(!RuntimeHelpers.IsReferenceOrContainsReferences<
PocoObjectCaseState
>());
444
ArrayPool<
PocoObjectCaseState
>.Shared.Return(
452
scoped ReadOnlySpan<
PocoObjectCaseState
> pocoCaseStates,
460
PocoObjectCaseState
pocoCaseState = pocoCaseStates[i];
482
scoped Span<
PocoObjectCaseState
> pocoCaseStates,
533
scoped Span<
PocoObjectCaseState
> pocoCaseStates,
599
scoped Span<
PocoObjectCaseState
> pocoCaseStates,
604
ref
PocoObjectCaseState
pocoCaseState = ref pocoCaseStates[propertyInfo.PocoCaseIndex];