6 references to WriteEventWithRelatedActivityIdCore
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
192/// or <see cref="WriteEventWithRelatedActivityIdCore"/> to log them. This functionality 1337WriteEventWithRelatedActivityIdCore(eventId, null, eventDataCount, data); 1494/// 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)
223WriteEventWithRelatedActivityIdCore(TASKSCHEDULED_ID, &childActivityId, 6, eventPayload); 336WriteEventWithRelatedActivityIdCore(TASKWAITBEGIN_ID, &childActivityId, 5, eventPayload); 422WriteEventWithRelatedActivityIdCore(AWAITTASKCONTINUATIONSCHEDULED_ID, &continuationActivityId, 3, eventPayload);