15 instantiations of Span
PresentationCore (15)
MS\Internal\Generic\Span.cs (15)
115
_spanList.Insert(index, new
Span
<T>());
147
Add(new
Span
<T>(_defaultValue, first-fc));
155
_spanList[Count - 1] = new
Span
<T>(lastSpan.Value, lastSpan.Length + length);
159
Add(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);
261
T trailingValue = (new
Span
<T>()).Value;
290
_spanList[fs + 1 + i] = new
Span
<T>();
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);
356
_spanList.Add(new
Span
<T>());
444
_defaultSpan = new
Span
<T>(vector.DefaultValue, MaxCch);
492
Span<T> span = new
Span
<T>();
15 references to Span
PresentationCore (15)
MS\Internal\Generic\Span.cs (14)
44
internal struct SpanVector<T> : IEnumerable<
Span
<T>>
46
private FrugalStructList<
Span
<T>> _spanList;
54
: this(defaultValue, new FrugalStructList<
Span
<T>>())
60
FrugalStructList<
Span
<T>> spanList
71
public IEnumerator<
Span
<T>> GetEnumerator()
89
private void Add(
Span
<T> span)
154
Span
<T> lastSpan = _spanList[Count - 1];
240
Span
<T> currentSpan = _spanList[fs];
300
Span
<T> currentSpan = _spanList[fs];
344
internal
Span
<T> this[int index]
372
private struct SpanEnumerator<U> : IEnumerator<
Span
<U>>
392
public
Span
<U> Current
435
private
Span
<T> _defaultSpan;
492
Span
<T> span = new Span<T>();
MS\Internal\TextFormatting\LexicalChunk.cs (1)
81
MS.Internal.Generic.
Span
<int> span = _ichVector[i];