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

◆ Alloc()

void System.Security.SecureString.Alloc ( int length,
bool realloc )
inlineprivate

Definition at line 95 of file SecureString.cs.

96 {
97 byte[] array = this.data;
98 if (array != null)
99 {
100 }
101 if (array == null)
102 {
103 }
104 int num = Math.Min(0, length);
105 }
static byte Min(byte val1, byte val2)
Definition Math.cs:152

References System.array, System.Security.SecureString.data, System.Security.SecureString.length, and System.Math.Min().

Referenced by System.Security.SecureString.SecureString(), and System.Security.SecureString.SecureString().