public bool Contains(T value) { bool result = UnsafeUtilities.Contains(_buffer, 0, _length, value); Dispose(); return(result); }