6 references to WriteEventWithRelatedActivityIdCore
mscorlib (6)
system\diagnostics\eventing\eventsource.cs (3)
214
/// or <see cref="EventSource.
WriteEventWithRelatedActivityIdCore
"/> to log them. This functionality
1147
WriteEventWithRelatedActivityIdCore
(eventId, null, eventDataCount, data);
1343
/// rates are faster than that you should use <see cref="
WriteEventWithRelatedActivityIdCore
"/> to create fast helpers for your
system\threading\Tasks\TPLETWProvider.cs (3)
444
WriteEventWithRelatedActivityIdCore
(TASKSCHEDULED_ID, &childActivityId, 5, eventPayload);
542
WriteEventWithRelatedActivityIdCore
(TASKWAITBEGIN_ID, &childActivityId, 5, eventPayload);
625
WriteEventWithRelatedActivityIdCore
(AWAITTASKCONTINUATIONSCHEDULED_ID, &continuationActivityId, 3, eventPayload);