Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
LoaderAllocator.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
internal
sealed
class
LoaderAllocator
4
{
5
private
LoaderAllocatorScout
m_scout
;
6
7
private
object
[]
m_slots
;
8
9
internal
CerHashtable<RuntimeMethodInfo, RuntimeMethodInfo>
m_methodInstantiations
;
10
11
private
int
m_slotsUsed
;
12
13
private
LoaderAllocator
()
14
{
15
m_slots
=
new
object
[5];
16
m_scout
=
new
LoaderAllocatorScout
();
17
}
18
}
System.Reflection.LoaderAllocatorScout
Definition
LoaderAllocatorScout.cs:6
System.Reflection.LoaderAllocator.LoaderAllocator
LoaderAllocator()
Definition
LoaderAllocator.cs:13
System.Reflection.LoaderAllocator.m_slotsUsed
int m_slotsUsed
Definition
LoaderAllocator.cs:11
System.Reflection.LoaderAllocator.m_scout
LoaderAllocatorScout m_scout
Definition
LoaderAllocator.cs:5
System.Reflection.LoaderAllocator.m_methodInstantiations
CerHashtable< RuntimeMethodInfo, RuntimeMethodInfo > m_methodInstantiations
Definition
LoaderAllocator.cs:9
System.Reflection.LoaderAllocator.m_slots
object[] m_slots
Definition
LoaderAllocator.cs:7
System.Reflection.LoaderAllocator
Definition
LoaderAllocator.cs:4
System.Reflection
Definition
ICustomTypeProvider.cs:1
System.Reflection.CerHashtable
Definition
CerHashtable.cs:7
source
System.Private.CoreLib
System.Reflection
LoaderAllocator.cs
Generated by
1.10.0