4 references to ToSpanInlined
System.Linq (4)
System\Linq\SegmentedArrayBuilder.cs (4)
245ToSpanInlined(result); 266ToSpanInlined(CollectionsMarshal.AsSpan(result)); 286ToSpanInlined(result); 299public readonly void ToSpan(Span<T> destination) => ToSpanInlined(destination);