82 references to WriteEventCore
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.CodeAnalysis (4)
Microsoft.CodeAnalysis.Workspaces (4)
Microsoft.Extensions.Logging.EventSource (5)
LoggingEventSource.cs (5)
191WriteEventCore(1, eventDataCount, eventData);
260WriteEventCore(4, eventDataCount, eventData);
315WriteEventCore(5, eventDataCount, eventData);
340WriteEventCore(6, eventDataCount, eventData);
363WriteEventCore(7, eventDataCount, eventData);
System.Net.Http (7)
System.Net.Http.WinHttpHandler (1)
System.Net.HttpListener (3)
System.Net.Mail (2)
System.Net.NameResolution (1)
System.Net.Primitives (1)
System.Net.Quic (1)
System.Net.Requests (2)
System.Net.Security (5)
System.Net.Sockets (2)
System.Net.WebSockets (4)
System.Private.CoreLib (35)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (23)
184/// call one of the EventSource.WriteEvent overloads, <see cref="WriteEventCore"/>,
820WriteEventCore(eventId, 0, null);
834WriteEventCore(eventId, 1, descrs);
851WriteEventCore(eventId, 2, descrs);
871WriteEventCore(eventId, 3, descrs);
886WriteEventCore(eventId, 1, descrs);
903WriteEventCore(eventId, 2, descrs);
923WriteEventCore(eventId, 3, descrs);
941WriteEventCore(eventId, 1, descrs);
964WriteEventCore(eventId, 2, descrs);
992WriteEventCore(eventId, 3, descrs);
1014WriteEventCore(eventId, 2, descrs);
1038WriteEventCore(eventId, 3, descrs);
1060WriteEventCore(eventId, 2, descrs);
1082WriteEventCore(eventId, 2, descrs);
1104WriteEventCore(eventId, 2, descrs);
1125WriteEventCore(eventId, 2, descrs);
1138WriteEventCore(eventId, 2, descrs);
1163WriteEventCore(eventId, 3, descrs);
1176WriteEventCore(eventId, 3, descrs);
1331/// <see cref="WriteEventCore"/> is that you pass the relatedActivityId from caller through to this API
1445/// rates are faster than that you should use <see cref="WriteEventCore"/> to create fast helpers for your particular
1468/// rates are faster than that you should use <see cref="WriteEventCore"/> to create fast helpers for your particular
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TplEventSource.cs (6)
228WriteEventCore(TASKSCHEDULED_ID, 6, eventPayload);
288WriteEventCore(TASKCOMPLETED_ID, 4, eventPayload);
342WriteEventCore(TASKWAITBEGIN_ID, 5, eventPayload);
427WriteEventCore(AWAITTASKCONTINUATIONSCHEDULED_ID, 3, eventPayload);
456WriteEventCore(TRACEOPERATIONSTART_ID, 3, eventPayload);
501WriteEventCore(TRACESYNCHRONOUSWORKSTOP_ID, 1, eventPayload);
System.Threading (1)
System.Threading.Tasks.Parallel (3)