terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
AttributeArray
virtual
Attribute
[] System.ComponentModel.MemberDescriptor.AttributeArray
get
set
protected
inherited
Definition at line
73
of file
MemberDescriptor.cs
.
74
{
75
get
76
{
77
this.
CheckAttributesValid
();
78
this.
FilterAttributesIfNeeded
();
79
return
this.
attributes
;
80
}
81
set
82
{
83
object
obj
= this.
lockCookie
;
84
long
num = 0
L
;
85
this.attributes
=
value
;
86
this.originalAttributes
=
value
;
87
Monitor
.
Exit
(
obj
);
88
if
(num == 0
L
)
89
{
90
return
;
91
}
92
throw
new
OutOfMemoryException
();
93
}
94
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ComponentModel.MemberDescriptor.lockCookie
object lockCookie
Definition
MemberDescriptor.cs:375
System.ComponentModel.MemberDescriptor.CheckAttributesValid
void CheckAttributesValid()
Definition
MemberDescriptor.cs:211
System.ComponentModel.MemberDescriptor.FilterAttributesIfNeeded
void FilterAttributesIfNeeded()
Definition
MemberDescriptor.cs:269
System.ComponentModel.MemberDescriptor.attributes
Attribute[] attributes
Definition
MemberDescriptor.cs:354
System.OutOfMemoryException
Definition
OutOfMemoryException.cs:9
System.Threading.Monitor.Exit
static void Exit(object obj)
Definition
Monitor.cs:47
System.Threading.Monitor
Definition
Monitor.cs:9
System.ExceptionArgument.value
@ value
System.ExceptionArgument.obj
@ obj
System.ConsoleKey.L
@ L
System
ComponentModel
TypeConverter
SimplePropertyDescriptor
Generated by
1.10.0