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