Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TailCallTls.cs
Go to the documentation of this file.
1
namespace
System.Runtime.CompilerServices
;
2
3
internal
struct
TailCallTls
4
{
5
public
unsafe
PortableTailCallFrame
*
Frame
;
6
7
public
IntPtr
ArgBuffer
;
8
}
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.IntPtr
Definition
IntPtr.cs:14
System.Runtime.CompilerServices.PortableTailCallFrame
Definition
PortableTailCallFrame.cs:4
System.Runtime.CompilerServices.TailCallTls.Frame
unsafe PortableTailCallFrame * Frame
Definition
TailCallTls.cs:5
System.Runtime.CompilerServices.TailCallTls.ArgBuffer
IntPtr ArgBuffer
Definition
TailCallTls.cs:7
System.Runtime.CompilerServices.TailCallTls
Definition
TailCallTls.cs:4
source
System.Private.CoreLib
System.Runtime.CompilerServices
TailCallTls.cs
Generated by
1.10.0