Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove more comments
  • Loading branch information
thaystg authored Oct 25, 2023
commit 385991b98fca25510475cb3b50a1bb969aae643a
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ public static int OffsetToStringData
{
[NonVersionable]
get =>
// Number of bytes from the address pointed to by a reference to
// a String to the first 16-bit character in the String. Skip
// over the MethodTable pointer, & String
// length. Of course, the String reference points to the memory
// after the sync block, so don't count that.
// This property allows C#'s fixed statement to work on Strings.
// On 64 bit platforms, this should be 20 and on 32 bit 12.
#if TARGET_64BIT
Expand Down