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

◆ ParallelInvokeEnd()

void System.Threading.Tasks.ParallelEtwProvider.ParallelInvokeEnd ( int OriginatingTaskSchedulerID,
int OriginatingTaskID,
int ForkJoinContextID )
inline

Definition at line 140 of file ParallelEtwProvider.cs.

141 {
142 if (IsEnabled(EventLevel.Informational, EventKeywords.All))
143 {
144 WriteEvent(4, OriginatingTaskSchedulerID, OriginatingTaskID, ForkJoinContextID);
145 }
146 }
unsafe void WriteEvent(int eventId)

References System.Diagnostics.Tracing.EventSource.IsEnabled(), and System.Diagnostics.Tracing.EventSource.WriteEvent().