Skip to content

Commit 3c7b67a

Browse files
committed
Mark FindValue as aggressive-inlining
1 parent 97d1fc2 commit 3c7b67a

File tree

1 file changed

+1
-0
lines changed
  • src/libraries/System.Private.CoreLib/src/System/Collections/Generic

1 file changed

+1
-0
lines changed

src/libraries/System.Private.CoreLib/src/System/Collections/Generic/Dictionary.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ public virtual void GetObjectData(SerializationInfo info, StreamingContext conte
394394
}
395395
}
396396

397+
[MethodImpl(MethodImplOptions.AggressiveInlining)]
397398
internal ref TValue FindValue(TKey key)
398399
{
399400
if (key == null)

0 commit comments

Comments
 (0)