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

◆ IsValidLocationForInlining

bool System.Threading.Tasks.AwaitTaskContinuation.IsValidLocationForInlining
staticgetpackageinherited

Definition at line 33 of file AwaitTaskContinuation.cs.

34 {
35 get
36 {
37 SynchronizationContext synchronizationContext = SynchronizationContext.Current;
38 if (synchronizationContext != null)
39 {
40 Type type;
41 bool flag = synchronizationContext.GetType() != type;
42 }
43 if (TaskScheduler.InternalCurrent == null || !true)
44 {
45 }
46 return true;
47 }
48 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

Referenced by System.Threading.Tasks.AwaitTaskContinuation.Run(), and System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction().