MS\Internal\Generic\Span.cs (10)
142Add(new Span<T>(_defaultValue, first-fc));
150_spanList[Count - 1] = new Span<T>(lastSpan.Value, lastSpan.Length + length);
154Add(new Span<T>(value, length));
236_spanList[fs] = new Span<T>(currentSpan.Value, first - fc);
237_spanList[fs + 1] = new Span<T>(value, length);
248_spanList[fs] = new Span<T>(value, length);
296_spanList[fs] = new Span<T>(currentSpan.Value, first - fc);
302_spanList[fs] = new Span<T>(value, length);
309_spanList[fs] = new Span<T>(trailingValue, trailingLength);
439_defaultSpan = new Span<T>(vector.DefaultValue, MaxCch);