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
Next Next commit
Trying to fix performance regression.
  • Loading branch information
thaystg authored Nov 3, 2023
commit 4c17d069ea9769bf6a978fc30277f9d405840cc3
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public static void InitializeArray(Array array, RuntimeFieldHandle fldHandle)
}

[Obsolete("OffsetToStringData has been deprecated. Use string.GetPinnableReference() instead.")]
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static int OffsetToStringData => string.OFFSET_TO_STRING;

[MethodImplAttribute(MethodImplOptions.InternalCall)]
Expand Down