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 = 0L;
85 if (num == 0L)
86 {
88 }
89 }
90 throw new OutOfMemoryException();
91 }
92 }
class f__AnonymousType0<< Count > j__TPar
Dictionary< string, string > m_properties
Definition Claim.cs:167
static void Exit(object obj)
Definition Monitor.cs:47