36 references to WriteEventCore
mscorlib (35)
system\diagnostics\eventing\eventsource.cs (20)
213/// call one of the EventSource.WriteEvent overloads, <see cref="EventSource.WriteEventCore"/>, 769WriteEventCore(eventId, 0, null); 782WriteEventCore(eventId, 1, descrs); 797WriteEventCore(eventId, 2, descrs); 814WriteEventCore(eventId, 3, descrs); 828WriteEventCore(eventId, 1, descrs); 843WriteEventCore(eventId, 2, descrs); 860WriteEventCore(eventId, 3, descrs); 877WriteEventCore(eventId, 1, descrs); 898WriteEventCore(eventId, 2, descrs); 923WriteEventCore(eventId, 3, descrs); 943WriteEventCore(eventId, 2, descrs); 964WriteEventCore(eventId, 3, descrs); 984WriteEventCore(eventId, 2, descrs); 1004WriteEventCore(eventId, 2, descrs); 1024WriteEventCore(eventId, 2, descrs); 1044WriteEventCore(eventId, 2, descrs); 1066WriteEventCore(eventId, 3, descrs); 1153/// <see cref="WriteEventCore"/> is that you pass the relatedActivityId from caller through to this API 1328/// rates are faster than that you should use <see cref="WriteEventCore"/> to create fast helpers for your particular
system\diagnostics\eventing\frameworkeventsource.cs (5)
110WriteEventCore(eventId, 4, descrs); 132WriteEventCore(eventId, 3, descrs); 156WriteEventCore(eventId, 4, descrs); 175WriteEventCore(eventId, 3, descrs); 195WriteEventCore(eventId, 4, descrs);
system\threading\CDSsyncETWBCLProvider.cs (1)
119WriteEventCore(BARRIER_PHASEFINISHED_ID, 2, eventPayload);
system\threading\Tasks\TPLETWProvider.cs (9)
253WriteEventCore(PARALLELLOOPBEGIN_ID, 6, eventPayload); 291WriteEventCore(PARALLELLOOPEND_ID, 4, eventPayload); 332WriteEventCore(PARALLELINVOKEBEGIN_ID, 5, eventPayload); 447WriteEventCore(TASKSCHEDULED_ID, 5, eventPayload); 500WriteEventCore(TASKCOMPLETED_ID, 4, eventPayload); 545WriteEventCore(TASKWAITBEGIN_ID, 5, eventPayload); 628WriteEventCore(AWAITTASKCONTINUATIONSCHEDULED_ID, 3, eventPayload); 653WriteEventCore(TRACEOPERATIONSTART_ID, 3, eventPayload); 699WriteEventCore(TRACESYNCHRONOUSWORKSTOP_ID, 1, eventPayload);
System.Web (1)
AspNetEventSource.cs (1)
136WriteEventCore((int)Events.RequestStarted, EVENTDATA_COUNT, pEventData);