6 references to Span
System.Private.Windows.Core (5)
System\SpanReader.cs (5)
30
readonly get =>
Span
.Length - _unread.Length;
31
set => _unread =
Span
[value..];
245
public void Rewind(int count) => _unread =
Span
[(
Span
.Length - _unread.Length - count)..];
250
public void Reset() => _unread =
Span
;
System.Windows.Forms (1)
System\Windows\Forms\Controls\ImageList\ImageListStreamer.cs (1)
60
ReadOnlySpan<byte> remaining = reader.
Span
[reader.Position..];