6 references to WriteEventWithRelatedActivityIdCore
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
185/// or <see cref="WriteEventWithRelatedActivityIdCore"/> to log them. This functionality 1330WriteEventWithRelatedActivityIdCore(eventId, null, eventDataCount, data); 1490/// rates are faster than that you should use <see cref="WriteEventWithRelatedActivityIdCore"/> to create fast helpers for your
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (3)
218WriteEventWithRelatedActivityIdCore(TASKSCHEDULED_ID, &childActivityId, 6, eventPayload); 331WriteEventWithRelatedActivityIdCore(TASKWAITBEGIN_ID, &childActivityId, 5, eventPayload); 417WriteEventWithRelatedActivityIdCore(AWAITTASKCONTINUATIONSCHEDULED_ID, &continuationActivityId, 3, eventPayload);