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
◆
Properties
IDictionary
<string, string> System.Security.Claims.Claim.Properties
get
Definition at line
73
of file
Claim.cs
.
74
{
75
get
76
{
77
if
(this.
m_properties
==
null
)
78
{
79
object
propertyLock
= this.
m_propertyLock
;
80
if
(this.
m_properties
!=
null
)
81
{
82
}
83
long
num = 0
L
;
84
Monitor
.
Exit
(
propertyLock
);
85
if
(num == 0
L
)
86
{
87
Dictionary<string, string>
properties = this.
m_properties
;
88
}
89
}
90
throw
new
OutOfMemoryException
();
91
}
92
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:15
System.OutOfMemoryException
Definition
OutOfMemoryException.cs:9
System.Security.Claims.Claim.m_properties
Dictionary< string, string > m_properties
Definition
Claim.cs:167
System.Security.Claims.Claim.m_propertyLock
object m_propertyLock
Definition
Claim.cs:171
System.Threading.Monitor.Exit
static void Exit(object obj)
Definition
Monitor.cs:47
System.Threading.Monitor
Definition
Monitor.cs:9
System.ConsoleKey.L
@ L
System
Security
Claims
Claim
Generated by
1.10.0