You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use BinaryPrimitives for ObjectDataBuilder primitive emit logic (#102394)
* Add ArrayBuilder.Append(ROS<T>)
- Only for .NET because of NS2.0 projects use it too: Microsoft.NET.HostModel and ILVerification
* Use BinaryPrimitives to emit integer primitives in ObjectDataBuilder
* Use BinaryPrimitives to emit reserved integer primitives in ObjectDataBuilder
* Add ArrayBuilder.AsSpan overload to make this possible
* Mark some ArrayBuilder members as readonly
* Ask ArrayBuilder for a buffer instead of stackalloc + append
* Follow ValueStringBuilder's AppendSpan implementation
* Don't inline ArrayBuilder resize
* This follows ValueStringBuilder and other buffer builder types.
0 commit comments