MS\Internal\Generic\Span.cs (10)
143Add(new Span<T>(_defaultValue, first-fc));
151_spanList[Count - 1] = new Span<T>(lastSpan.Value, lastSpan.Length + length);
155Add(new Span<T>(value, length));
237_spanList[fs] = new Span<T>(currentSpan.Value, first - fc);
238_spanList[fs + 1] = new Span<T>(value, length);
249_spanList[fs] = new Span<T>(value, length);
297_spanList[fs] = new Span<T>(currentSpan.Value, first - fc);
303_spanList[fs] = new Span<T>(value, length);
310_spanList[fs] = new Span<T>(trailingValue, trailingLength);
440_defaultSpan = new Span<T>(vector.DefaultValue, MaxCch);