System\Reflection\Metadata\BlobWriter.cs (7)
57return Length == other.Length && _buffer.AsSpan(_start, Length).SequenceEqual(other._buffer.AsSpan(other._start, other.Length));
79public Blob Blob => new Blob(_buffer, _start, Length);
89BlobUtilities.ValidateRange(Length, start, byteCount, nameof(byteCount));
102BlobUtilities.ValidateRange(Length, start, byteCount, nameof(byteCount));