MS\Internal\Generic\Span.cs (10)
147Add(new Span<T>(_defaultValue, first-fc));
155_spanList[Count - 1] = new Span<T>(lastSpan.Value, lastSpan.Length + length);
159Add(new Span<T>(value, length));
241_spanList[fs] = new Span<T>(currentSpan.Value, first - fc);
242_spanList[fs + 1] = new Span<T>(value, length);
253_spanList[fs] = new Span<T>(value, length);
301_spanList[fs] = new Span<T>(currentSpan.Value, first - fc);
307_spanList[fs] = new Span<T>(value, length);
314_spanList[fs] = new Span<T>(trailingValue, trailingLength);
444_defaultSpan = new Span<T>(vector.DefaultValue, MaxCch);