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

◆ CreateCopy()

ExecutionContext System.Threading.ExecutionContext.CreateCopy ( )
inline

Definition at line 395 of file ExecutionContext.cs.

396 {
397 ExecutionContext.Flags flags = this._flags;
398 if (this._syncContext != null)
399 {
400 }
401 if (this._logicalCallContext == null || this.LogicalCallContext.Clone() != null)
402 {
403 }
404 string resourceString = Environment.GetResourceString("Only newly captured contexts can be copied");
405 throw new InvalidCastException();
406 }
class f__AnonymousType0<< Count > j__TPar
static string GetResourceString(string key)
SynchronizationContext _syncContext

References System.Threading.ExecutionContext._flags, System.Threading.ExecutionContext._logicalCallContext, System.Threading.ExecutionContext._syncContext, System.Runtime.Remoting.Messaging.LogicalCallContext.Clone(), System.Environment.GetResourceString(), and j__TPar.