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