Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Expression() [1/3]

Definition at line 2503 of file Expression.cs.

2504 {
2505 if (s_legacyCtorSupportTable == null)
2506 {
2508 }
2509 s_legacyCtorSupportTable.Add(this, new ExtensionInfo(nodeType, type));
2510 }
static ConditionalWeakTable< Expression, ExtensionInfo > s_legacyCtorSupportTable
static int CompareExchange(ref int location1, int value, int comparand)

References System.Threading.Interlocked.CompareExchange(), System.Linq.Expressions.Expression< TDelegate >.s_legacyCtorSupportTable, and System.type.