Core\CSharp\MS\Internal\Generic\Span.cs (10)
148Add(new Span<T>(_defaultValue, first-fc));
156_spanList[Count - 1] = new Span<T>(lastSpan.Value, lastSpan.Length + length);
160Add(new Span<T>(value, length));
242_spanList[fs] = new Span<T>(currentSpan.Value, first - fc);
243_spanList[fs + 1] = new Span<T>(value, length);
254_spanList[fs] = new Span<T>(value, length);
302_spanList[fs] = new Span<T>(currentSpan.Value, first - fc);
308_spanList[fs] = new Span<T>(value, length);
315_spanList[fs] = new Span<T>(trailingValue, trailingLength);
445_defaultSpan = new Span<T>(vector.DefaultValue, MaxCch);