Skip to content

Commit

Permalink
Aggressively inline
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Jan 28, 2024
1 parent 6c9cfb5 commit b00d7ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ntcore/Natives/RefNetworkTableValueMarshaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ public readonly ref readonly byte GetPinnableReference()
return ref m_toPin;
}

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public NetworkTableValueMarshaller.NativeNetworkTableValue ToUnmanaged()
{
if (m_doAssignment)
Expand Down

0 comments on commit b00d7ad

Please sign in to comment.