Considering that:
Microsoft Specific
The __fastcall calling convention specifies that arguments to functions are to be passed in registers, when possible. The following list shows the implementation of this calling convention.
And that the read/write time in a register is way faster than in a stack, do we have any __fastcall equivalent in C#?